diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 17:00:22 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 17:05:47 +0100 |
commit | 1fd8b0f7dcf1151638baf07a356d49cb63e57c23 (patch) | |
tree | 58983c6b4a7c24988793f9f14b0fbec6b78a1737 /pom.xml | |
parent | 1f9feb613ac14cf44289d51d821f479584b3d456 (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |