Skip to content

Commit 7ba30f6

Browse files
committed
Bump Netty to 4.1.100.Final
1 parent 8b4b14a commit 7ba30f6

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

SECURITY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
397397
1.54.x-1.55.x | 4.1.87.Final | 2.0.56.Final
398398
1.56.x | 4.1.87.Final | 2.0.61.Final
399399
1.57.x-1.58.x | 4.1.93.Final | 2.0.61.Final
400-
1.59.x- | 4.1.97.Final | 2.0.61.Final
400+
1.59.x | 4.1.97.Final | 2.0.61.Final
401+
1.60.x- | 4.1.100.Final | 2.0.61.Final
401402

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

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ googleauth = "1.4.0"
1313
#
1414
# Allowed to be different from guava-jre.
1515
guava = '32.0.1-android'
16-
netty = '4.1.97.Final'
16+
netty = '4.1.100.Final'
1717
# Keep the following references of tcnative version in sync whenever it's updated:
1818
# SECURITY.md
1919
nettytcnative = '2.0.61.Final'

repositories.bzl

+12-12
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2525
"com.google.truth:truth:1.1.5",
2626
"com.squareup.okhttp:okhttp:2.7.5",
2727
"com.squareup.okio:okio:2.10.0",
28-
"io.netty:netty-buffer:4.1.97.Final",
29-
"io.netty:netty-codec-http2:4.1.97.Final",
30-
"io.netty:netty-codec-http:4.1.97.Final",
31-
"io.netty:netty-codec-socks:4.1.97.Final",
32-
"io.netty:netty-codec:4.1.97.Final",
33-
"io.netty:netty-common:4.1.97.Final",
34-
"io.netty:netty-handler-proxy:4.1.97.Final",
35-
"io.netty:netty-handler:4.1.97.Final",
36-
"io.netty:netty-resolver:4.1.97.Final",
28+
"io.netty:netty-buffer:4.1.100.Final",
29+
"io.netty:netty-codec-http2:4.1.100.Final",
30+
"io.netty:netty-codec-http:4.1.100.Final",
31+
"io.netty:netty-codec-socks:4.1.100.Final",
32+
"io.netty:netty-codec:4.1.100.Final",
33+
"io.netty:netty-common:4.1.100.Final",
34+
"io.netty:netty-handler-proxy:4.1.100.Final",
35+
"io.netty:netty-handler:4.1.100.Final",
36+
"io.netty:netty-resolver:4.1.100.Final",
3737
"io.netty:netty-tcnative-boringssl-static:2.0.61.Final",
3838
"io.netty:netty-tcnative-classes:2.0.61.Final",
39-
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.97.Final",
40-
"io.netty:netty-transport-native-unix-common:4.1.97.Final",
41-
"io.netty:netty-transport:4.1.97.Final",
39+
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final",
40+
"io.netty:netty-transport-native-unix-common:4.1.100.Final",
41+
"io.netty:netty-transport:4.1.100.Final",
4242
"io.opencensus:opencensus-api:0.31.0",
4343
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4444
"io.perfmark:perfmark-api:0.26.0",

0 commit comments

Comments
 (0)