From 9a6174fbc8d9552a31c73a59f9e51954efff22ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:02:10 +0000 Subject: [PATCH] build(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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ad4b83ef..be202b38 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { testImplementation("ch.qos.logback:logback-classic:1.5.20") testImplementation("commons-codec:commons-codec:1.19.0") - testImplementation("commons-io:commons-io:2.20.0") + testImplementation("commons-io:commons-io:2.21.0") testImplementation("org.hamcrest:hamcrest:3.0") testImplementation("org.jetbrains:annotations:26.0.2-1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")