Skip to content

Commit 0a699ad

Browse files
authored
netty: upgrade netty from 4.1.77.Final to 4.1.29.Final and tcnative from 2.0.53 to 2.0.54 (grpc#9451)
1 parent 1f33fe6 commit 0a699ad

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
411411
1.35.x-1.41.x | 4.1.52.Final | 2.0.34.Final
412412
1.42.x-1.43.x | 4.1.63.Final | 2.0.38.Final
413413
1.44.x-1.47.x | 4.1.72.Final | 2.0.46.Final
414-
1.48.x- | 4.1.77.Final | 2.0.53.Final
414+
1.48.x-1.49.x | 4.1.77.Final | 2.0.53.Final
415+
1.50.x- | 4.1.79.Final | 2.0.54.Final
415416

416417
_(grpc-netty-shaded avoids issues with keeping these versions in sync.)_
417418

examples/example-tls/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<grpc.version>1.50.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
1616
<protoc.version>3.21.1</protoc.version>
17-
<netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
17+
<netty.tcnative.version>2.0.54.Final</netty.tcnative.version>
1818
<!-- required for jdk9 -->
1919
<maven.compiler.source>1.7</maven.compiler.source>
2020
<maven.compiler.target>1.7</maven.compiler.target>

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ autovalue = "1.9"
55
checkstyle = "6.17"
66
googleauth = "1.4.0"
77
guava = "31.1-android"
8-
netty = '4.1.77.Final'
9-
nettytcnative = '2.0.53.Final'
8+
netty = '4.1.79.Final'
9+
nettytcnative = '2.0.54.Final'
1010
opencensus = "0.31.0"
1111
protobuf = "3.21.1"
1212

repositories.bzl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2626
"com.google.truth:truth:1.0.1",
2727
"com.squareup.okhttp:okhttp:2.7.5",
2828
"com.squareup.okio:okio:1.17.5",
29-
"io.netty:netty-buffer:4.1.77.Final",
30-
"io.netty:netty-codec-http2:4.1.77.Final",
31-
"io.netty:netty-codec-http:4.1.77.Final",
32-
"io.netty:netty-codec-socks:4.1.77.Final",
33-
"io.netty:netty-codec:4.1.77.Final",
34-
"io.netty:netty-common:4.1.77.Final",
35-
"io.netty:netty-handler-proxy:4.1.77.Final",
36-
"io.netty:netty-handler:4.1.77.Final",
37-
"io.netty:netty-resolver:4.1.77.Final",
38-
"io.netty:netty-tcnative-boringssl-static:2.0.53.Final",
39-
"io.netty:netty-tcnative-classes:2.0.53.Final",
40-
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.77.Final",
41-
"io.netty:netty-transport-native-unix-common:4.1.72.Final",
42-
"io.netty:netty-transport:4.1.77.Final",
29+
"io.netty:netty-buffer:4.1.79.Final",
30+
"io.netty:netty-codec-http2:4.1.79.Final",
31+
"io.netty:netty-codec-http:4.1.79.Final",
32+
"io.netty:netty-codec-socks:4.1.79.Final",
33+
"io.netty:netty-codec:4.1.79.Final",
34+
"io.netty:netty-common:4.1.79.Final",
35+
"io.netty:netty-handler-proxy:4.1.79.Final",
36+
"io.netty:netty-handler:4.1.79.Final",
37+
"io.netty:netty-resolver:4.1.79.Final",
38+
"io.netty:netty-tcnative-boringssl-static:2.0.54.Final",
39+
"io.netty:netty-tcnative-classes:2.0.54.Final",
40+
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.79.Final",
41+
"io.netty:netty-transport-native-unix-common:4.1.79.Final",
42+
"io.netty:netty-transport:4.1.79.Final",
4343
"io.opencensus:opencensus-api:0.24.0",
4444
"io.opencensus:opencensus-contrib-grpc-metrics:0.24.0",
4545
"io.perfmark:perfmark-api:0.25.0",

0 commit comments

Comments
 (0)