summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2022-10-24 10:52:00 +0200
committerGitHub <noreply@github.com>2022-10-24 10:52:00 +0200
commit67bba3a54687664a15998c60a50ec0bae55a30d3 (patch)
treefd2606facad2964c3881a521d6eeacdcb2de7104 /parent
parent1afef7d4676c17d70087aeb36df228faf7073afd (diff)
parentdfbe8dc4fd2f15c6d1d7a639ad6f1298caa9cfab (diff)
Merge pull request #24542 from vespa-engine/manage-commons-codec-version
Manage version of commons-codec.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 1a96889150a..a8375ea0791 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -593,6 +593,11 @@
<version>1.4</version>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
+ <dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>2.0</version>
@@ -1021,7 +1026,7 @@
-->
<bouncycastle.version>1.72</bouncycastle.version>
<curator.version>5.3.0</curator.version>
- <commons.codec.version>1.15</commons.codec.version>
+ <commons-codec.version>1.15</commons-codec.version>
<commons.math3.version>3.6.1</commons.math3.version>
<eclipse-collections.version>11.0.0</eclipse-collections.version>
<felix.version>7.0.1</felix.version>