Browse Source

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>
pull/14514/head
Luke Chen 1 year ago committed by GitHub
parent
commit
e85b17ec5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      LICENSE-binary
  2. 2
      gradle/dependencies.gradle

2
LICENSE-binary

@ -259,7 +259,7 @@ scala-library-2.13.12 @@ -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

2
gradle/dependencies.gradle

@ -156,7 +156,7 @@ versions += [ @@ -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",

Loading…
Cancel
Save