mirror of https://github.com/apache/kafka.git
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:
parent
a593d8ac30
commit
df601e333f
|
@ -243,15 +243,15 @@ lz4-java-1.8.0
|
|||
maven-artifact-3.8.8
|
||||
metrics-core-4.1.12.1
|
||||
metrics-core-2.2.0
|
||||
netty-buffer-4.1.94.Final
|
||||
netty-codec-4.1.94.Final
|
||||
netty-common-4.1.94.Final
|
||||
netty-handler-4.1.94.Final
|
||||
netty-resolver-4.1.94.Final
|
||||
netty-transport-4.1.94.Final
|
||||
netty-transport-classes-epoll-4.1.94.Final
|
||||
netty-transport-native-epoll-4.1.94.Final
|
||||
netty-transport-native-unix-common-4.1.94.Final
|
||||
netty-buffer-4.1.100.Final
|
||||
netty-codec-4.1.100.Final
|
||||
netty-common-4.1.100.Final
|
||||
netty-handler-4.1.100.Final
|
||||
netty-resolver-4.1.100.Final
|
||||
netty-transport-4.1.100.Final
|
||||
netty-transport-classes-epoll-4.1.100.Final
|
||||
netty-transport-native-epoll-4.1.100.Final
|
||||
netty-transport-native-unix-common-4.1.100.Final
|
||||
plexus-utils-3.3.1
|
||||
reflections-0.10.2
|
||||
reload4j-1.2.25
|
||||
|
|
|
@ -128,7 +128,7 @@ versions += [
|
|||
lz4: "1.8.0",
|
||||
mavenArtifact: "3.8.8",
|
||||
metrics: "2.2.0",
|
||||
netty: "4.1.94.Final",
|
||||
netty: "4.1.100.Final",
|
||||
pcollections: "4.0.1",
|
||||
powermock: "2.0.9",
|
||||
reflections: "0.10.2",
|
||||
|
|
Loading…
Reference in New Issue