This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 8f714f0bbe bump commons-io to 2.19.0 (build dependency)
8f714f0bbe is described below

commit 8f714f0bbe2cabedfda8a56e33431270b24c5ff6
Author: Paul King <[email protected]>
AuthorDate: Mon Apr 14 19:52:36 2025 +1000

    bump commons-io to 2.19.0 (build dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 1146d41e09..ee15eb2bc4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -134,7 +134,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.18.0" // updated bridger dependency to 
remove vulnerability
+    tools "commons-io:commons-io:2.19.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}"

Reply via email to