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 <josep.prat@aiven.io>
This commit is contained in:
Luke Chen 2023-10-02 19:39:41 +08:00 committed by GitHub
parent b58864e476
commit e85b17ec5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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