diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 22:55:39 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 22:55:39 +0200 |
commit | 8164155bf7532e57617c1c487bf25480220b2095 (patch) | |
tree | 019bd8b4c11e00240f098c661670765a63fb83a3 /WORKSPACE | |
parent | cac835835d2e7789f2a01c03da83b44185668269 (diff) | |
download | jgit-8164155bf7532e57617c1c487bf25480220b2095.tar.gz jgit-8164155bf7532e57617c1c487bf25480220b2095.zip |
Update Apache commons-codec to 1.17.0
Change-Id: Ife807c38cd163a75a70e91610127b01807be2f68
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,8 +140,8 @@ maven_jar( maven_jar( name = "commons-codec", - artifact = "commons-codec:commons-codec:1.16.0", - sha1 = "4e3eb3d79888d76b54e28b350915b5dc3919c9de", + artifact = "commons-codec:commons-codec:1.17.0", + sha1 = "0dbe8eef6e14460e73da07f7b11bf994d6626355", ) maven_jar( |