diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 14:58:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 17:08:41 +0200 |
commit | 6890b8ffa8b47098ab019625e1eff58679ee01b9 (patch) | |
tree | cdc196681352c124d2e1499abdc93f75475b3fd8 /pom.xml | |
parent | ee2143f74449f2a95320231eece26a2494fdb0e3 (diff) | |
download | jgit-6890b8ffa8b47098ab019625e1eff58679ee01b9.tar.gz jgit-6890b8ffa8b47098ab019625e1eff58679ee01b9.zip |
Update org.apache.commons:commons-compress to 1.23.0
and consume it directly from Maven Central.
Its BundleSymbolicName changes to "org.apache.commons.commons-compress"
which is defined upstream.
Change-Id: I691f5f49491dd2c9ba577ebe0c6f7cdd462c047a
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,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.22</commons-compress-version> + <commons-compress-version>1.23.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.15</jetty-version> |