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

Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
Said Boudjelda 2023-07-26 11:21:36 +02:00 committed by GitHub
parent 206a4af0d1
commit 4d30cbf3cd
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.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

View File

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