From 1e3874140f76f012e2cb4da8feec33ba7b25ac77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:55:48 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.13.0 to 2.15.0 Bumps commons-io:commons-io from 2.13.0 to 2.15.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fcedd1..b2f5cd5 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ tasks.withType(JavaCompile) { dependencies { testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' - testImplementation 'commons-io:commons-io:2.13.0' + testImplementation 'commons-io:commons-io:2.15.0' testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion") testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")