From 3d63cc852b1ebb34f11af8290a3c2bae868b6c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:36:57 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.16.1 to 2.20.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.16.1 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.16.1...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c9075c..d0e7e1e 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.20.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'