Skip to content

Commit 32867f5

Browse files
committed
bump tcnative
1 parent de9ab5f commit 32867f5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

core-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.netty</groupId>
2121
<artifactId>netty-tcnative-boringssl-static</artifactId>
22-
<version>2.0.23.Final</version>
22+
<version>2.0.25.Final</version>
2323
</dependency>
2424

2525
<dependency>

fatjar-examples/http2-fatjar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sourceCompatibility = '1.8'
1616

1717
dependencies {
1818
compile "io.vertx:vertx-core:$version"
19-
compile "io.netty:netty-tcnative-boringssl-static:2.0.23.Final"
19+
compile "io.netty:netty-tcnative-boringssl-static:2.0.25.Final"
2020
}
2121

2222
mainClassName = 'io.vertx.core.Launcher'

fatjar-examples/http2-fatjar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.netty</groupId>
3939
<artifactId>netty-tcnative-boringssl-static</artifactId>
40-
<version>2.0.23.Final</version>
40+
<version>2.0.25.Final</version>
4141
</dependency>
4242

4343
</dependencies>

grpc-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.netty</groupId>
5252
<artifactId>netty-tcnative-boringssl-static</artifactId>
53-
<version>2.0.23.Final</version>
53+
<version>2.0.25.Final</version>
5454
</dependency>
5555

5656
<dependency>

http2-showcase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
compile "io.vertx:vertx-web:$vertxVersion"
1414
compile "io.vertx:vertx-web-templ-handlebars:$vertxVersion"
1515

16-
runtime "io.netty:netty-tcnative-boringssl-static:2.0.23.Final"
16+
runtime "io.netty:netty-tcnative-boringssl-static:2.0.25.Final"
1717
}
1818

1919
mainClassName = 'io.vertx.core.Launcher'

web-client-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.netty</groupId>
2727
<artifactId>netty-tcnative-boringssl-static</artifactId>
28-
<version>2.0.23.Final</version>
28+
<version>2.0.25.Final</version>
2929
</dependency>
3030

3131
<dependency>

web-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.netty</groupId>
3131
<artifactId>netty-tcnative-boringssl-static</artifactId>
32-
<version>2.0.23.Final</version>
32+
<version>2.0.25.Final</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)