summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-02-20 17:00:22 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-02-20 17:05:47 +0100
commit1fd8b0f7dcf1151638baf07a356d49cb63e57c23 (patch)
tree58983c6b4a7c24988793f9f14b0fbec6b78a1737 /pom.xml
parent1f9feb613ac14cf44289d51d821f479584b3d456 (diff)
downloadjgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.tar.gz
jgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.zip
Update org.apache.commons:commons-compress to 1.26.0
The new version now requires commons-io for the tests. Hence adding dependency to commons-io:commons-io:2.15.1. Change-Id: Ieb50ef559a119c89f90d700ab95a73c0fcae85a8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 91adcb3f89..cffb8529c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<junit-version>4.13.2</junit-version>
<test-fork-count>1C</test-fork-count>
<args4j-version>2.33</args4j-version>
- <commons-compress-version>1.25.0</commons-compress-version>
+ <commons-compress-version>1.26.0</commons-compress-version>
<osgi-core-version>6.0.0</osgi-core-version>
<servlet-api-version>4.0.4</servlet-api-version>
<jetty-version>10.0.18</jetty-version>