This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_5_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
commit bad114a4fde72102c5d56cad30239390106b01d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 10 01:04:56 2025 +0000
Bump commons-io:commons-io from 2.20.0 to 2.21.0
Bumps [commons-io:commons-io](https://github.com/apache/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
...
Signed-off-by: dependabot[bot] <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 20393f729b..22acff9d9d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -132,7 +132,7 @@ dependencies {
tools "org.jboss.bridger:bridger:${versions.bridger}"
// updated bridger dependencies to remove vulnerabilities:
tools "com.jcraft:jsch:0.1.55"
- tools "commons-io:commons-io:2.20.0"
+ tools "commons-io:commons-io:2.21.0"
tools "org.apache.maven:maven-core:3.9.11"
tools "org.apache.maven.shared:maven-shared-utils:3.4.2"
tools "org.codehaus.plexus:plexus-utils:4.0.2"