From eb4fee6f05465c5082166cacf8be24484dfdbe35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:52:03 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.20.0 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 51308fbd..2b81373d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ repositories { } dependencies { - implementation("commons-io:commons-io:2.20.0") + implementation("commons-io:commons-io:2.21.0") implementation("com.google.guava:guava:33.5.0-jre") testImplementation("junit:junit:4.13.2") testImplementation("org.opentest4j:opentest4j:1.3.0") diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 205180d3..3da6f2e7 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -9,6 +9,6 @@ repositories { } dependencies { - implementation("commons-io:commons-io:2.20.0") + implementation("commons-io:commons-io:2.21.0") testImplementation("junit:junit:4.13.2") }