aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-11 11:19:45 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-11 11:19:45 +0200
commit86dc16a4bc6b228246d5b2823c893a63630cfd0a (patch)
tree33e303e3eac9cd952fbda1f956d36899f630ad0b
parent9ea34707d968c1c220cadd75479d5f110da2f642 (diff)
fixup! Update dependency com.github.luben:zstd-jni to v1.5.5-4
-rw-r--r--airlift-zstd/pom.xml1
-rw-r--r--parent/pom.xml6
-rw-r--r--vespa-dependencies-enforcer/allowed-maven-dependencies.txt2
3 files changed, 7 insertions, 2 deletions
diff --git a/airlift-zstd/pom.xml b/airlift-zstd/pom.xml
index 7ef26a95569..6de23df5496 100644
--- a/airlift-zstd/pom.xml
+++ b/airlift-zstd/pom.xml
@@ -29,7 +29,6 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
- <version>1.5.5-4</version>
<scope>test</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 47b257c7e00..07bcd175a2f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -491,6 +491,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.github.luben</groupId>
+ <artifactId>zstd-jni</artifactId>
+ <version>1.5.5-4</version>
+ </dependency>
+ <dependency>
<!-- Needed by zookeeper, which has an optional dependency.
Version must be the same as the one zk uses - check the zk pom file. -->
<groupId>com.github.spotbugs</groupId>
@@ -1126,6 +1131,7 @@
<artifactId>checker-qual</artifactId>
<version>3.30.0</version>
</dependency>
+
</dependencies>
</dependencyManagement>
diff --git a/vespa-dependencies-enforcer/allowed-maven-dependencies.txt b/vespa-dependencies-enforcer/allowed-maven-dependencies.txt
index d0dd136aa69..5199ca0c479 100644
--- a/vespa-dependencies-enforcer/allowed-maven-dependencies.txt
+++ b/vespa-dependencies-enforcer/allowed-maven-dependencies.txt
@@ -220,7 +220,7 @@ xml-apis:xml-apis:1.4.01
#[test-only]
# Contains dependencies that are used exclusively in 'test' scope
-com.github.luben:zstd-jni:1.5.2-1
+com.github.luben:zstd-jni:1.5.5-4
com.github.tomakehurst:wiremock-jre8-standalone:2.35.0
com.google.guava:guava-testlib:27.1-jre
com.google.inject:guice:4.2.3