diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 16:27:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 17:08:41 +0200 |
commit | f3cb30f835430f379070849f580ee45c44c97ad3 (patch) | |
tree | 5efa7e1cffc3863e575441d10d7046fce8a45802 /WORKSPACE | |
parent | 6890b8ffa8b47098ab019625e1eff58679ee01b9 (diff) | |
download | jgit-f3cb30f835430f379070849f580ee45c44c97ad3.tar.gz jgit-f3cb30f835430f379070849f580ee45c44c97ad3.zip |
Update Apache commons-codec to 1.15
and consume it directly from Maven Central.
Its BundleSymbolicName changes to "org.apache.commons.commons-codec"
which is defined upstream.
Change-Id: Id9c366b3be0b97f4b191ba78f02001306f0e5035
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,8 +118,8 @@ maven_jar( maven_jar( name = "commons-codec", - artifact = "commons-codec:commons-codec:1.14", - sha1 = "3cb1181b2141a7e752f5bdc998b7ef1849f726cf", + artifact = "commons-codec:commons-codec:1.15", + sha1 = "49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d", ) maven_jar( |