This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 7fc64a96a4 GROOVY-11535: Bump commons-io to 2.18.0
7fc64a96a4 is described below
commit 7fc64a96a42d9ff5399c3cb65e8b9ff8a6860e72
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Dec 22 18:35:54 2024 +0900
GROOVY-11535: Bump commons-io to 2.18.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 37a2b70fdd..87347153e3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,7 +140,7 @@ dependencies {
tools "org.codehaus.plexus:plexus-utils:4.0.2" // updated bridger
dependency to remove vulnerability
tools "org.apache.maven:maven-core:3.9.9" // updated bridger dependency to
remove vulnerability
tools "com.jcraft:jsch:0.1.55" // updated bridger dependency to remove
vulnerability
- tools "commons-io:commons-io:2.16.1" // updated bridger dependency to
remove vulnerability
+ tools "commons-io:commons-io:2.18.0" // updated bridger dependency to
remove vulnerability
tools "org.apache.maven.shared:maven-shared-utils:3.4.2" // updated
bridger dependency to remove vulnerability
tools "org.ow2.asm:asm:${versions.asm}"
tools "com.thoughtworks.qdox:qdox:${versions.qdox}"