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 /WORKSPACE | |
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 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -148,8 +148,8 @@ maven_jar( maven_jar( name = "commons-compress", - artifact = "org.apache.commons:commons-compress:1.22", - sha1 = "691a8b4e6cf4248c3bc72c8b719337d5cb7359fa", + artifact = "org.apache.commons:commons-compress:1.23.0", + sha1 = "4af2060ea9b0c8b74f1854c6cafe4d43cfc161fc", ) maven_jar( |