summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-20 20:12:05 +0100
committerGitHub <noreply@github.com>2024-02-20 20:12:05 +0100
commit3f034b18523eb04bbaf687ddc37c4afe2a4d63f9 (patch)
tree0fd3026c00d673a5927c22fa03a8230f6d895cfa /filedistribution
parentfaf4f5ec1855d9574c1769ed00062a4e013cd54d (diff)
parentde08fa5b83d43c87db2fd52c40ec5e75bf4f9f34 (diff)
Merge pull request #30348 from vespa-engine/renovate/commons-compress.vespa.version
Update dependency org.apache.commons:commons-compress to v1.26.0
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index ebf79c00714..d6877451a71 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -47,6 +47,10 @@
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>