From 4d53f13d220e5da64ef410ee767ffbb094b94349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:14:51 +0000 Subject: [PATCH] build(deps): bump commons-io:commons-io from 2.19.0 to 2.20.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.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.19.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.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 117a73f..7ebee01 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("org.connectbot:jbcrypt:1.0.2") testImplementation("junit:junit:4.13.2") - testImplementation("commons-io:commons-io:2.19.0") + testImplementation("commons-io:commons-io:2.20.0") testImplementation("commons-codec:commons-codec:1.19.0") testImplementation("org.testcontainers:testcontainers:1.21.3") testImplementation("org.jetbrains:annotations:26.0.2")