KAFKA-15644: Fix CVE-2023-4586 in netty:handler (#14584)

Reviewers: Mickael Maison <mickael.maison@gmail.com>, Luke Chen <showuon@gmail.com>
This commit is contained in:
atu-sharm 2023-10-26 22:06:59 +05:30 committed by Mickael Maison
parent a593d8ac30
commit df601e333f
2 changed files with 10 additions and 10 deletions

View File

@ -243,15 +243,15 @@ lz4-java-1.8.0
maven-artifact-3.8.8 maven-artifact-3.8.8
metrics-core-4.1.12.1 metrics-core-4.1.12.1
metrics-core-2.2.0 metrics-core-2.2.0
netty-buffer-4.1.94.Final netty-buffer-4.1.100.Final
netty-codec-4.1.94.Final netty-codec-4.1.100.Final
netty-common-4.1.94.Final netty-common-4.1.100.Final
netty-handler-4.1.94.Final netty-handler-4.1.100.Final
netty-resolver-4.1.94.Final netty-resolver-4.1.100.Final
netty-transport-4.1.94.Final netty-transport-4.1.100.Final
netty-transport-classes-epoll-4.1.94.Final netty-transport-classes-epoll-4.1.100.Final
netty-transport-native-epoll-4.1.94.Final netty-transport-native-epoll-4.1.100.Final
netty-transport-native-unix-common-4.1.94.Final netty-transport-native-unix-common-4.1.100.Final
plexus-utils-3.3.1 plexus-utils-3.3.1
reflections-0.10.2 reflections-0.10.2
reload4j-1.2.25 reload4j-1.2.25

View File

@ -128,7 +128,7 @@ versions += [
lz4: "1.8.0", lz4: "1.8.0",
mavenArtifact: "3.8.8", mavenArtifact: "3.8.8",
metrics: "2.2.0", metrics: "2.2.0",
netty: "4.1.94.Final", netty: "4.1.100.Final",
pcollections: "4.0.1", pcollections: "4.0.1",
powermock: "2.0.9", powermock: "2.0.9",
reflections: "0.10.2", reflections: "0.10.2",