diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:06:06 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:06:06 +0200 |
commit | 1f8f86e28bacb08e8ba5415d6dd09d06947a38f3 (patch) | |
tree | ef2052e38d4a57e14f63508ef55f743eb95f108e /WORKSPACE | |
parent | 8164155bf7532e57617c1c487bf25480220b2095 (diff) | |
download | jgit-1f8f86e28bacb08e8ba5415d6dd09d06947a38f3.tar.gz jgit-1f8f86e28bacb08e8ba5415d6dd09d06947a38f3.zip |
Update Apache commons-io to 2.16.1
Change-Id: Ia8dec10b4d487611a9cad2268764fa53fcd35c47
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -176,8 +176,8 @@ maven_jar( maven_jar( name = "commons-io", - artifact = "commons-io:commons-io:2.15.1", - sha1 = "f11560da189ab563a5c8e351941415430e9304ea", + artifact = "commons-io:commons-io:2.16.1", + sha1 = "377d592e740dc77124e0901291dbfaa6810a200e", ) maven_jar( |