Browse Source

MINOR: Upgrade zstd-jni to 1.5.5-6 (#14449)

Reviewers: Divij Vaidya <diviv@amazon.com>
pull/14474/head
Said Boudjelda 1 year ago committed by GitHub
parent
commit
951a9fef9d
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

@ -318,7 +318,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT @@ -318,7 +318,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
---------------------------------------
BSD 2-Clause
zstd-jni-1.5.5-1 see: licenses/zstd-jni-BSD-2-clause
zstd-jni-1.5.5-6 see: licenses/zstd-jni-BSD-2-clause
---------------------------------------
BSD 3-Clause

2
gradle/dependencies.gradle

@ -163,7 +163,7 @@ versions += [ @@ -163,7 +163,7 @@ versions += [
swaggerJaxrs2: "2.2.8",
zinc: "1.9.2",
zookeeper: "3.8.2",
zstd: "1.5.5-1"
zstd: "1.5.5-6"
]
libs += [

Loading…
Cancel
Save