From 9a553ea71f43ed1449b65ea39ba4ed1d1a41347a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:25:11 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.11.0 to 2.17.0 Bumps commons-io:commons-io from 2.11.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2acfe79..d8b6e8f 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.10.3') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.skyscreamer:jsonassert:1.5.3' - testImplementation 'commons-io:commons-io:2.11.0' + testImplementation 'commons-io:commons-io:2.17.0' testImplementation 'com.google.truth:truth:1.4.4' testImplementation ('org.mockito:mockito-core:4.11.0') { exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21