aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-20 23:06:06 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-20 23:06:06 +0200
commit1f8f86e28bacb08e8ba5415d6dd09d06947a38f3 (patch)
treeef2052e38d4a57e14f63508ef55f743eb95f108e /pom.xml
parent8164155bf7532e57617c1c487bf25480220b2095 (diff)
downloadjgit-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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a54dff38f1..230906e9fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>