aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-29 11:27:51 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-29 11:27:51 +0200
commit25adbdafef9b9348ec03b7babef59512c304d3bb (patch)
tree9634b64899c0f590998244ce06c39790b7b7f000 /parent/pom.xml
parent1057007296b8888aaa87ae4b263509d809fc21ce (diff)
- Bring some libraries up to date.
- Specify versions in dependency-versions module. - Avoid using opentest4j internally.
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 0d3690a7db6..05b892ffef7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -612,7 +612,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.12.0</version>
+ <version>${commons-lang3.vespa.version}</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
@@ -737,7 +737,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.8</version>
+ <version>${commons-csv.vespa.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
@@ -1118,7 +1118,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.10.1</version>
+ <version>${snappy.vespa.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>