Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"com.google.truth:truth:1.4.2",
"com.squareup.okhttp:okhttp:2.7.5",
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
"io.netty:netty-buffer:4.1.127.Final",
"io.netty:netty-codec-http2:4.1.127.Final",
"io.netty:netty-codec-http:4.1.127.Final",
"io.netty:netty-codec-socks:4.1.127.Final",
"io.netty:netty-codec:4.1.127.Final",
"io.netty:netty-common:4.1.127.Final",
"io.netty:netty-handler-proxy:4.1.127.Final",
"io.netty:netty-handler:4.1.127.Final",
"io.netty:netty-resolver:4.1.127.Final",
"io.netty:netty-buffer:4.1.128.Final",
"io.netty:netty-codec-http2:4.1.128.Final",
"io.netty:netty-codec-http:4.1.128.Final",
"io.netty:netty-codec-socks:4.1.128.Final",
"io.netty:netty-codec:4.1.128.Final",
"io.netty:netty-common:4.1.128.Final",
"io.netty:netty-handler-proxy:4.1.128.Final",
"io.netty:netty-handler:4.1.128.Final",
"io.netty:netty-resolver:4.1.128.Final",
"io.netty:netty-tcnative-boringssl-static:2.0.74.Final",
"io.netty:netty-tcnative-classes:2.0.74.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.127.Final",
"io.netty:netty-transport-native-unix-common:4.1.127.Final",
"io.netty:netty-transport:4.1.127.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.128.Final",
"io.netty:netty-transport-native-unix-common:4.1.128.Final",
"io.netty:netty-transport:4.1.128.Final",
"io.opencensus:opencensus-api:0.31.0",
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
"io.perfmark:perfmark-api:0.27.0",
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
1.67.x-1.70.x | 4.1.110.Final | 2.0.65.Final
1.71.x-1.74.x | 4.1.110.Final | 2.0.70.Final
1.75.x-1.76.x | 4.1.124.Final | 2.0.72.Final
1.77.x- | 4.1.127.Final | 2.0.74.Final
1.77.x | 4.1.127.Final | 2.0.74.Final
1.78.x | 4.1.128.Final | 2.0.74.Final

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
netty = '4.1.127.Final'
netty = '4.1.128.Final'
# Keep the following references of tcnative version in sync whenever it's updated:
# SECURITY.md
nettytcnative = '2.0.74.Final'
Expand Down
24 changes: 12 additions & 12 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"com.google.truth:truth:1.4.2",
"com.squareup.okhttp:okhttp:2.7.5",
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
"io.netty:netty-buffer:4.1.127.Final",
"io.netty:netty-codec-http2:4.1.127.Final",
"io.netty:netty-codec-http:4.1.127.Final",
"io.netty:netty-codec-socks:4.1.127.Final",
"io.netty:netty-codec:4.1.127.Final",
"io.netty:netty-common:4.1.127.Final",
"io.netty:netty-handler-proxy:4.1.127.Final",
"io.netty:netty-handler:4.1.127.Final",
"io.netty:netty-resolver:4.1.127.Final",
"io.netty:netty-buffer:4.1.128.Final",
"io.netty:netty-codec-http2:4.1.128.Final",
"io.netty:netty-codec-http:4.1.128.Final",
"io.netty:netty-codec-socks:4.1.128.Final",
"io.netty:netty-codec:4.1.128.Final",
"io.netty:netty-common:4.1.128.Final",
"io.netty:netty-handler-proxy:4.1.128.Final",
"io.netty:netty-handler:4.1.128.Final",
"io.netty:netty-resolver:4.1.128.Final",
"io.netty:netty-tcnative-boringssl-static:2.0.74.Final",
"io.netty:netty-tcnative-classes:2.0.74.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.127.Final",
"io.netty:netty-transport-native-unix-common:4.1.127.Final",
"io.netty:netty-transport:4.1.127.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.128.Final",
"io.netty:netty-transport-native-unix-common:4.1.128.Final",
"io.netty:netty-transport:4.1.128.Final",
"io.opencensus:opencensus-api:0.31.0",
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
"io.perfmark:perfmark-api:0.27.0",
Expand Down