NEX-59203: Bump Commons #187
Open
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.
Description
This pull request updates the
pom.xmlfile to reflect dependency version changes and align with a new snapshot versioning scheme. The most significant changes include updates to third-party library versions and a modification to the project version.Dependency version updates:
thirdparty.commons-io.versionfrom2.7to2.18.0to use a more recent version of the Commons IO library.thirdparty.commons-lang3.versionfrom3.4to3.17.0to leverage enhancements in the Commons Lang library.thirdparty.smbj.versionfrom0.12.2to0.12.13-COMMONS-BUMP-SNAPSHOTfor compatibility with the new snapshot versioning scheme.Project version update:
0.12.13-SNAPSHOTto0.12.13-COMMONS-BUMP-SNAPSHOTto reflect the dependency updates and align with the new versioning convention.Motivation and Context
Explanation of why these changes are being proposed, including any links to other relevant issues or pull requests.
How Has This Been Tested?
A clear and concise description of your changes were tested.
Types of changes
Checklist: