From 8235edd3320008666003abb3362bd862e1f1f51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:47:41 +0000 Subject: [PATCH] chore(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] --- .../surf-cloud-test-standalone/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf-cloud-test-plugin/surf-cloud-test-standalone/build.gradle.kts b/surf-cloud-test-plugin/surf-cloud-test-standalone/build.gradle.kts index cc671d2d..31f73148 100644 --- a/surf-cloud-test-plugin/surf-cloud-test-standalone/build.gradle.kts +++ b/surf-cloud-test-plugin/surf-cloud-test-standalone/build.gradle.kts @@ -6,5 +6,5 @@ dependencies { compileOnly(project(":surf-cloud-api:surf-cloud-api-server")) // https://mvnrepository.com/artifact/commons-io/commons-io - compileOnly("commons-io:commons-io:2.19.0") + compileOnly("commons-io:commons-io:2.20.0") } \ No newline at end of file