Upgrade commons-io from 2.15.1 to 2.18.0#7943
Merged
Merged
Conversation
This commit upgrades the Apache Commons IO library to version 2.18.0 to address potential security vulnerabilities and benefit from the latest bug fixes and improvements. Changes: - Updated commons-io version in DependencyConstraints.groovy from 2.15.1 to 2.18.0 - Updated expected-pom.xml to reflect new commons-io version (2.18.0) - Updated assembly_content.txt with new commons-io JAR reference - Updated gfsh_dependency_classpath.txt with new commons-io version - Updated dependency_classpath.txt in geode-server-all with new version Testing: - All unit tests pass (./gradlew test) - Build validation successful (./gradlew clean build -x test) - All quality checks pass (./gradlew build install javadoc spotlessCheck rat checkPom resolveDependencies pmdMain -x test) Version 2.18.0 includes important fixes and improvements over 2.15.1, providing better stability and security for the Geode project.
Contributor
Author
|
Hi @raboof , all checks have passed. Thank you. |
Contributor
Author
|
Thank you so much for your support @raboof |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
This PR upgrades the Apache Commons IO library from version 2.15.1 to 2.18.0 to benefit from the latest security fixes, bug fixes, and improvements.
Motivation
Changes
This PR updates the commons-io dependency across the following files:
Core Dependency Management
build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovycommons-io.versionfrom2.15.1to2.18.0Test Resources
boms/geode-all-bom/src/test/resources/expected-pom.xmlIntegration Test Resources
geode-assembly/src/integrationTest/resources/assembly_content.txtcommons-io-2.15.1.jar→commons-io-2.18.0.jargeode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txtgeode-server-all/src/integrationTest/resources/dependency_classpath.txtTesting
All tests and build validations have been successfully completed:
✅ Unit Tests
./gradlew test✅ Build Validation
All quality gates passed:
Compatibility
Release Notes Excerpt
Commons IO 2.18.0 includes:
Checklist
Additional Notes
This upgrade is part of ongoing dependency maintenance to ensure the Apache Geode project remains secure and up-to-date with the latest stable releases of its dependencies.
For all changes, please confirm:
develop)?gradlew buildrun cleanly?