Skip to content

Commit 122b683

Browse files
committed
Upgrade netty-tcnative to 2.0.70
1 parent 764a4e3 commit 122b683

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
3131
"io.netty:netty-handler-proxy:4.1.110.Final",
3232
"io.netty:netty-handler:4.1.110.Final",
3333
"io.netty:netty-resolver:4.1.110.Final",
34-
"io.netty:netty-tcnative-boringssl-static:2.0.65.Final",
35-
"io.netty:netty-tcnative-classes:2.0.65.Final",
34+
"io.netty:netty-tcnative-boringssl-static:2.0.70.Final",
35+
"io.netty:netty-tcnative-classes:2.0.70.Final",
3636
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.110.Final",
3737
"io.netty:netty-transport-native-unix-common:4.1.110.Final",
3838
"io.netty:netty-transport:4.1.110.Final",
@@ -48,6 +48,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4848

4949
bazel_dep(name = "bazel_skylib", version = "1.7.1")
5050
bazel_dep(name = "googleapis", repo_name = "com_google_googleapis", version = "0.0.0-20240326-1c8d509c5")
51+
5152
# CEL Spec may be removed when cncf/xds MODULE is no longer using protobuf 27.x
5253
bazel_dep(name = "cel-spec", repo_name = "dev_cel", version = "0.15.0")
5354
bazel_dep(name = "grpc", repo_name = "com_github_grpc_grpc", version = "1.56.3.bcr.1")

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
399399
1.57.x-1.58.x | 4.1.93.Final | 2.0.61.Final
400400
1.59.x | 4.1.97.Final | 2.0.61.Final
401401
1.60.x-1.66.x | 4.1.100.Final | 2.0.61.Final
402-
1.67.x | 4.1.110.Final | 2.0.65.Final
402+
1.67.x-1.70.x | 4.1.110.Final | 2.0.65.Final
403+
1.71.x- | 4.1.110.Final | 2.0.70.Final
403404

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
netty = '4.1.110.Final'
33
# Keep the following references of tcnative version in sync whenever it's updated:
44
# SECURITY.md
5-
nettytcnative = '2.0.65.Final'
5+
nettytcnative = '2.0.70.Final'
66
opencensus = "0.31.1"
77
# Not upgrading to 4.x as it is not yet ABI compatible.
88
# https://github.com/protocolbuffers/protobuf/issues/17247

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
3535
"io.netty:netty-handler-proxy:4.1.110.Final",
3636
"io.netty:netty-handler:4.1.110.Final",
3737
"io.netty:netty-resolver:4.1.110.Final",
38-
"io.netty:netty-tcnative-boringssl-static:2.0.65.Final",
39-
"io.netty:netty-tcnative-classes:2.0.65.Final",
38+
"io.netty:netty-tcnative-boringssl-static:2.0.70.Final",
39+
"io.netty:netty-tcnative-classes:2.0.70.Final",
4040
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.110.Final",
4141
"io.netty:netty-transport-native-unix-common:4.1.110.Final",
4242
"io.netty:netty-transport:4.1.110.Final",

0 commit comments

Comments
 (0)