Update Maven Wrapper to 3.3.4 and Maven to 3.9.16#503
Merged
Conversation
Switch to the script-only distribution type, pin the distribution SHA-256 checksum and protect the line endings of the wrapper scripts in `.gitattributes` (`mvnw.cmd` must keep CRLF for `cmd.exe`).
ramanathan1504
approved these changes
Jul 24, 2026
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.
Upgrades the Maven Wrapper to
3.3.4and the Maven distribution to3.9.16, generated with:Changes
3.2.0->3.3.4, using theonly-scriptdistribution type: no more binarymaven-wrapper.jar,mvnwdownloads the Maven distribution itself.3.9.0->3.9.16, with the distribution SHA-256 checksum pinned viadistributionSha256Sum..gitattributesentries for the wrapper scripts:mvnw.cmdmust be checked out with CRLF line endings forcmd.exe, and without an attribute thecore.autocrlfsetting of the committer decides what lands in the repository.