From 98329fb96e224db5a119cc4fb63dab5ed224a2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:58:38 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.7 to 2.17.0 Bumps commons-io:commons-io from 2.7 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quartz-jobs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz-jobs/build.gradle b/quartz-jobs/build.gradle index 79b543b9c..1ffc6b388 100644 --- a/quartz-jobs/build.gradle +++ b/quartz-jobs/build.gradle @@ -15,7 +15,7 @@ dependencies { compileOnly 'org.glassfish.corba:rmic:4.2.4' testImplementation 'jakarta.transaction:jakarta.transaction-api:2.0.1' - testImplementation 'commons-io:commons-io:2.7' + testImplementation 'commons-io:commons-io:2.17.0' testImplementation "junit:junit:$junitVersion" testImplementation 'org.hamcrest:hamcrest-library:1.2' testImplementation 'jakarta.mail:jakarta.mail-api:2.1.3'