From e0d4b69b1073cdcc741834fd61bfa3adcc282785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:10:27 +0000 Subject: [PATCH] Bump commons-io:commons-io in the gradle-deps group Bumps the gradle-deps group with 1 update: [commons-io:commons-io](https://github.com/apache/commons-io). Updates `commons-io: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 dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4bd2183..fc18369 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ ext { dependencies { compileOnly project.deps.gocdPluginApi implementation 'com.google.code.gson:gson:2.13.2' - implementation 'commons-io:commons-io:2.20.0' + implementation 'commons-io:commons-io:2.21.0' implementation 'com.squareup.okhttp:okhttp:2.7.5' implementation files('libs/go-plugin-util.jar') implementation 'javax.xml.bind:jaxb-api:2.3.1'