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

jinwoo pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 7c8c3884e0 GEODE-10549: Upgrade commons-io from 2.15.1 to 2.18.0 
(#7979)
7c8c3884e0 is described below

commit 7c8c3884e0b9367be9988cf9477cf9d4094ee672
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Tue Mar 10 11:59:52 2026 -0400

    GEODE-10549: Upgrade commons-io from 2.15.1 to 2.18.0 (#7979)
    
    - Updated commons-io.version in DependencyConstraints.groovy
    - All tests pass successfully with Java 8
    
    This upgrade addresses potential security vulnerabilities and brings
    performance improvements from the latest commons-io release.
---
 .../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
 
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index deb21b4682..831d0ec12e 100644
--- 
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ 
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -33,7 +33,7 @@ class DependencyConstraints {
     // These version numbers are consumed by 
:geode-modules-assembly:distAppServer filtering
     // Some of these are referenced below as well
     deps.put("antlr.version", "2.7.7")
-    deps.put("commons-io.version", "2.15.1")
+    deps.put("commons-io.version", "2.18.0")
     deps.put("commons-lang3.version", "3.12.0")
     deps.put("commons-validator.version", "1.7")
     deps.put("fastutil.version", "8.5.8")

Reply via email to