From 4a998d405b417b9f548f1f8ea650f22db18631e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:01:23 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.16.1 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.16.1 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.16.1...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffe2b71e..d7d7d254 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" testImplementation 'com.auth0:java-jwt:4.4.0' - testImplementation 'commons-io:commons-io:2.16.1' + testImplementation 'commons-io:commons-io:2.21.0' testImplementation 'org.assertj:assertj-core:3.26.0' testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.mockito:mockito-inline:4.11.0'