kafka/0003-CVE-2023-34455.patch

34 lines
942 B
Diff
Raw Normal View History

diff --git a/LICENSE-binary b/LICENSE-binary
index 7d885849c6..8f4b455502 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -252,7 +252,7 @@ scala-library-2.13.5
scala-logging_2.13-3.9.2
scala-reflect-2.13.5
scala-java8-compat_2.13-0.9.1
-snappy-java-1.1.8.1
+snappy-java-1.1.10.1
zookeeper-3.5.9
zookeeper-jute-3.5.9
@@ -318,4 +318,4 @@ paranamer-2.8, see: licenses/paranamer-BSD-3-clause
Do What The F*ck You Want To Public License
see: licenses/DWTFYWTPL
-reflections-0.9.12
\ No newline at end of file
+reflections-0.9.12
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 8dcf7af2f2..4565ef664b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -113,7 +113,7 @@ versions += [
scoveragePlugin: "5.0.0",
shadowPlugin: "6.1.0",
slf4j: "1.7.30",
- snappy: "1.1.8.1",
+ snappy: "1.1.10.1",
spotbugs: "4.1.4",
spotbugsPlugin: "4.6.0",
spotlessPlugin: "5.8.2",