Skip to content

Commit e118c08

Browse files
authored
MINOR: Upgrade netty to 4.125 for CVE-2025-58057 (#20734)
https://nvd.nist.gov/vuln/detail/CVE-2025-58057 lists netty versions 4.1.124.Final and below as vulnerable, so bumping netty to 4.1.125.Final Signed-off-by: Shicheng Rao <[email protected]> Reviewers: Luke Chen <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent 4df0441 commit e118c08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

LICENSE-binary

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ lz4-java-1.8.0
244244
maven-artifact-3.9.6
245245
metrics-core-4.1.12.1
246246
metrics-core-2.2.0
247-
netty-buffer-4.1.119.Final
248-
netty-codec-4.1.119.Final
249-
netty-common-4.1.119.Final
250-
netty-handler-4.1.119.Final
251-
netty-resolver-4.1.119.Final
252-
netty-transport-4.1.119.Final
253-
netty-transport-classes-epoll-4.1.119.Final
254-
netty-transport-native-epoll-4.1.119.Final
255-
netty-transport-native-unix-common-4.1.119.Final
247+
netty-buffer-4.1.125.Final
248+
netty-codec-4.1.125.Final
249+
netty-common-4.1.125.Final
250+
netty-handler-4.1.125.Final
251+
netty-resolver-4.1.125.Final
252+
netty-transport-4.1.125.Final
253+
netty-transport-classes-epoll-4.1.125.Final
254+
netty-transport-native-epoll-4.1.125.Final
255+
netty-transport-native-unix-common-4.1.125.Final
256256
opentelemetry-proto-1.0.0-alpha
257257
plexus-utils-3.5.1
258258
reflections-0.10.2

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ versions += [
143143
lz4: "1.8.0",
144144
mavenArtifact: "3.9.6",
145145
metrics: "2.2.0",
146-
netty: "4.1.119.Final",
146+
netty: "4.1.125.Final",
147147
opentelemetryProto: "1.0.0-alpha",
148148
protobuf: "3.25.5", // a dependency of opentelemetryProto
149149
pcollections: "4.0.1",

0 commit comments

Comments
 (0)