From 292d33ab60828e6ed662125b6729208a373844f9 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 29 Oct 2023 18:41:58 +0100 Subject: [PATCH] Update commons-io --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7d378f27..7ee0040a 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'org.eclipse.jgit:org.eclipse.jgit.archive:6.7.0.202309050840-r' implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.7.0.202309050840-r' implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.7.0.202309050840-r' - implementation 'commons-io:commons-io:2.14.0' + implementation 'commons-io:commons-io:2.15.0' implementation 'org.slf4j:slf4j-simple:1.7.36' // optional dependency of commons-compress which is needed by JGit diff --git a/pom.xml b/pom.xml index 01bbaac4..87efc07f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ commons-io commons-io - 2.14.0 + 2.15.0 org.slf4j