Upgrade commons-io from 2.18.0 to 2.19.0 #7949
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR upgrades the Apache Commons IO library from version 2.18.0 to 2.19.0 to incorporate the latest bug fixes and improvements.
Changes
This upgrade updates the Commons IO dependency across the entire Geode project:
Dependency Management
build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovycommons-io.versionfrom2.18.0to2.19.0Test Resources
Updated expected dependency versions in integration test resources to reflect the new Commons IO version:
boms/geode-all-bom/src/test/resources/expected-pom.xmlgeode-assembly/src/integrationTest/resources/assembly_content.txtcommons-io-2.18.0.jartocommons-io-2.19.0.jargeode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txtgeode-server-all/src/integrationTest/resources/dependency_classpath.txtTesting
All changes have been validated:
✅ Build Tasks:
./gradlew build✅ Tests:
./gradlew testCompatibility
This is a minor version upgrade within the same major version (2.x), maintaining backward compatibility. Commons IO 2.19.0 includes:
Related
This PR follows the same pattern as previous Commons IO upgrades in the project (e.g., PR #7943).
Files Changed
For all changes, please confirm:
develop)?gradlew buildrun cleanly?