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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -896,6 +896,12 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-io</artifactId> + <version>2.16.1</version> + </dependency> + + <dependency> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> <version>1.9</version> |