From 22f93965de126d7d66bd5dddc10a481467a9bb10 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 7 Oct 2023 22:17:53 +0200 Subject: [PATCH] Update commons-io and update from JUnit 4 to JUnit 5-Vintage --- build.gradle | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index c8e2d3ae..7d378f27 100644 --- a/build.gradle +++ b/build.gradle @@ -12,13 +12,13 @@ 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.13.0' + implementation 'commons-io:commons-io:2.14.0' implementation 'org.slf4j:slf4j-simple:1.7.36' // optional dependency of commons-compress which is needed by JGit implementation 'org.tukaani:xz:1.9' - testImplementation 'junit:junit:4.13.2' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0' } wrapper { diff --git a/pom.xml b/pom.xml index 6e78d65a..01bbaac4 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ commons-io commons-io - 2.13.0 + 2.14.0 org.slf4j @@ -57,9 +57,9 @@ - junit - junit - 4.13.2 + org.junit.vintage + junit-vintage-engine + 5.10.0 test