Skip to content

Commit ada087b

Browse files
committed
Upgrade Netty to 4.1.133
1 parent fd6e0df commit ada087b

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

MODULE.bazel

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2323
"com.google.truth:truth:1.4.5",
2424
"com.squareup.okhttp:okhttp:2.7.5",
2525
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
26-
"io.netty:netty-buffer:4.1.132.Final",
27-
"io.netty:netty-codec-http2:4.1.132.Final",
28-
"io.netty:netty-codec-http:4.1.132.Final",
29-
"io.netty:netty-codec-socks:4.1.132.Final",
30-
"io.netty:netty-codec:4.1.132.Final",
31-
"io.netty:netty-common:4.1.132.Final",
32-
"io.netty:netty-handler-proxy:4.1.132.Final",
33-
"io.netty:netty-handler:4.1.132.Final",
34-
"io.netty:netty-resolver:4.1.132.Final",
26+
"io.netty:netty-buffer:4.1.133.Final",
27+
"io.netty:netty-codec-http2:4.1.133.Final",
28+
"io.netty:netty-codec-http:4.1.133.Final",
29+
"io.netty:netty-codec-socks:4.1.133.Final",
30+
"io.netty:netty-codec:4.1.133.Final",
31+
"io.netty:netty-common:4.1.133.Final",
32+
"io.netty:netty-handler-proxy:4.1.133.Final",
33+
"io.netty:netty-handler:4.1.133.Final",
34+
"io.netty:netty-resolver:4.1.133.Final",
3535
"io.netty:netty-tcnative-boringssl-static:2.0.75.Final",
3636
"io.netty:netty-tcnative-classes:2.0.75.Final",
37-
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.132.Final",
38-
"io.netty:netty-transport-native-unix-common:4.1.132.Final",
39-
"io.netty:netty-transport:4.1.132.Final",
37+
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.133.Final",
38+
"io.netty:netty-transport-native-unix-common:4.1.133.Final",
39+
"io.netty:netty-transport:4.1.133.Final",
4040
"io.opencensus:opencensus-api:0.31.0",
4141
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4242
"io.perfmark:perfmark-api:0.27.0",

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ mockito-android = "org.mockito:mockito-android:4.4.0"
101101
mockito-core = "org.mockito:mockito-core:4.4.0"
102102
# Need to decide when we require users to absorb the breaking changes in 4.2
103103
# checkForUpdates: netty-codec-http2:4.1.+
104-
netty-codec-http2 = "io.netty:netty-codec-http2:4.1.132.Final"
104+
netty-codec-http2 = "io.netty:netty-codec-http2:4.1.133.Final"
105105
# checkForUpdates: netty-handler-proxy:4.1.+
106-
netty-handler-proxy = "io.netty:netty-handler-proxy:4.1.132.Final"
106+
netty-handler-proxy = "io.netty:netty-handler-proxy:4.1.133.Final"
107107
# Keep the following references of tcnative version in sync whenever it's updated:
108108
# SECURITY.md
109109
netty-tcnative = "io.netty:netty-tcnative-boringssl-static:2.0.75.Final"
110110
netty-tcnative-classes = "io.netty:netty-tcnative-classes:2.0.75.Final"
111111
# checkForUpdates: netty-transport-epoll:4.1.+
112-
netty-transport-epoll = "io.netty:netty-transport-native-epoll:4.1.132.Final"
112+
netty-transport-epoll = "io.netty:netty-transport-native-epoll:4.1.133.Final"
113113
# checkForUpdates: netty-unix-common:4.1.+
114-
netty-unix-common = "io.netty:netty-transport-native-unix-common:4.1.132.Final"
114+
netty-unix-common = "io.netty:netty-transport-native-unix-common:4.1.133.Final"
115115
okhttp = "com.squareup.okhttp:okhttp:2.7.5"
116116
# okio 3.5+ uses Kotlin 1.9+ which requires Android Gradle Plugin 9+
117117
# checkForUpdates: okio:3.4.+

repositories.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2727
"com.google.truth:truth:1.4.5",
2828
"com.squareup.okhttp:okhttp:2.7.5",
2929
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
30-
"io.netty:netty-buffer:4.1.132.Final",
31-
"io.netty:netty-codec-http2:4.1.132.Final",
32-
"io.netty:netty-codec-http:4.1.132.Final",
33-
"io.netty:netty-codec-socks:4.1.132.Final",
34-
"io.netty:netty-codec:4.1.132.Final",
35-
"io.netty:netty-common:4.1.132.Final",
36-
"io.netty:netty-handler-proxy:4.1.132.Final",
37-
"io.netty:netty-handler:4.1.132.Final",
38-
"io.netty:netty-resolver:4.1.132.Final",
30+
"io.netty:netty-buffer:4.1.133.Final",
31+
"io.netty:netty-codec-http2:4.1.133.Final",
32+
"io.netty:netty-codec-http:4.1.133.Final",
33+
"io.netty:netty-codec-socks:4.1.133.Final",
34+
"io.netty:netty-codec:4.1.133.Final",
35+
"io.netty:netty-common:4.1.133.Final",
36+
"io.netty:netty-handler-proxy:4.1.133.Final",
37+
"io.netty:netty-handler:4.1.133.Final",
38+
"io.netty:netty-resolver:4.1.133.Final",
3939
"io.netty:netty-tcnative-boringssl-static:2.0.75.Final",
4040
"io.netty:netty-tcnative-classes:2.0.75.Final",
41-
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.132.Final",
42-
"io.netty:netty-transport-native-unix-common:4.1.132.Final",
43-
"io.netty:netty-transport:4.1.132.Final",
41+
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.133.Final",
42+
"io.netty:netty-transport-native-unix-common:4.1.133.Final",
43+
"io.netty:netty-transport:4.1.133.Final",
4444
"io.opencensus:opencensus-api:0.31.0",
4545
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4646
"io.perfmark:perfmark-api:0.27.0",

0 commit comments

Comments
 (0)