Browse Source

MINOR: Upgrade the minor version of snappy dependency to 1.1.10.3 (#14072)

Reviewers: Divij Vaidya <diviv@amazon.com>
pull/14100/head
Said Boudjelda 1 year ago committed by GitHub
parent
commit
4d30cbf3cd
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.11 @@ -259,7 +259,7 @@ scala-library-2.13.11
scala-logging_2.13-3.9.4
scala-reflect-2.13.11
scala-java8-compat_2.13-1.0.2
snappy-java-1.1.10.1
snappy-java-1.1.10.3
swagger-annotations-2.2.8
zookeeper-3.6.4
zookeeper-jute-3.6.4

2
gradle/dependencies.gradle

@ -142,7 +142,7 @@ versions += [ @@ -142,7 +142,7 @@ versions += [
scalaJava8Compat : "1.0.2",
scoverage: "1.9.3",
slf4j: "1.7.36",
snappy: "1.1.10.1",
snappy: "1.1.10.3",
spotbugs: "4.7.3",
// New version of Swagger 2.2.14 requires minimum JDK 11.
swaggerAnnotations: "2.2.8",

Loading…
Cancel
Save