Browse Source

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

Reviewers: Mickael Maison <mickael.maison@gmail.com>, Luke Chen <showuon@gmail.com>
pull/14635/merge
atu-sharm 11 months ago committed by GitHub
parent
commit
a7aaa9c44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      LICENSE-binary
  2. 2
      gradle/dependencies.gradle

18
LICENSE-binary

@ -241,15 +241,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.0 plexus-utils-3.3.0
reflections-0.10.2 reflections-0.10.2
reload4j-1.2.25 reload4j-1.2.25

2
gradle/dependencies.gradle

@ -146,7 +146,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",

Loading…
Cancel
Save