Skip to content

Commit 7c8c388

Browse files
authored
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.
1 parent fbbda3f commit 7c8c388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DependencyConstraints {
3333
// These version numbers are consumed by :geode-modules-assembly:distAppServer filtering
3434
// Some of these are referenced below as well
3535
deps.put("antlr.version", "2.7.7")
36-
deps.put("commons-io.version", "2.15.1")
36+
deps.put("commons-io.version", "2.18.0")
3737
deps.put("commons-lang3.version", "3.12.0")
3838
deps.put("commons-validator.version", "1.7")
3939
deps.put("fastutil.version", "8.5.8")

0 commit comments

Comments
 (0)