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 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven | |
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 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index 36f995d809..a1e497f55e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -20,7 +20,7 @@ maven apache dependency { groupId = "commons-io" artifactId = "commons-io" - version = "2.15.1" + version = "2.16.1" } dependency { groupId = "commons-logging" |