This is an automated email from the ASF dual-hosted git repository.
showuon pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new e85b17ec5ec KAFKA-15498: upgrade to snappy 1.1.10.5 (#14458)
e85b17ec5ec is described below
commit e85b17ec5ec86951adb6024561d73d516865016e
Author: Luke Chen <[email protected]>
AuthorDate: Mon Oct 2 19:39:41 2023 +0800
KAFKA-15498: upgrade to snappy 1.1.10.5 (#14458)
Release notes - https://github.com/xerial/snappy-java/releases/tag/v1.1.10.5
This release contains adds support for Windows ARM and fixes some
dependencies associated with Linux ppc64.
Reviewers: Josep Prat <[email protected]>
---
LICENSE-binary | 2 +-
gradle/dependencies.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index d6d7dd7219a..8101ed23b05 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -259,7 +259,7 @@ scala-library-2.13.12
scala-logging_2.13-3.9.4
scala-reflect-2.13.12
scala-java8-compat_2.13-1.0.2
-snappy-java-1.1.10.4
+snappy-java-1.1.10.5
swagger-annotations-2.2.8
zookeeper-3.8.2
zookeeper-jute-3.8.2
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 013c8cbc5a7..c974e1824f1 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -156,7 +156,7 @@ versions += [
scalaJava8Compat : "1.0.2",
scoverage: "1.9.3",
slf4j: "1.7.36",
- snappy: "1.1.10.4",
+ snappy: "1.1.10.5",
spotbugs: "4.7.3",
// New version of Swagger 2.2.14 requires minimum JDK 11.
swaggerAnnotations: "2.2.8",