summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-05-01 16:27:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-05-01 17:08:41 +0200
commitf3cb30f835430f379070849f580ee45c44c97ad3 (patch)
tree5efa7e1cffc3863e575441d10d7046fce8a45802 /WORKSPACE
parent6890b8ffa8b47098ab019625e1eff58679ee01b9 (diff)
downloadjgit-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--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a7a9527240..b7cffdb08d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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(