Update dependencies#66
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates build tooling dependencies for the utils-java Maven project, aligning the Maven Wrapper distribution and the internal quality gate plugins with the versions requested in #65.
Changes:
- Bumped internal quality gate plugin versions (
crap-javato 0.6.1,cognitive-javato 0.6.0) viapom.xmlproperties. - Updated Maven Wrapper distribution from Maven 3.9.15 to 3.9.16 in
.mvn/wrapper/maven-wrapper.properties. - Updated wrapper scripts (
mvnw,mvnw.cmd) to Maven Wrapper 3.3.4 script defaults/URLs.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
pom.xml |
Updates properties for internal quality-gate Maven plugins. |
mvnw.cmd |
Updates wrapper script metadata/URLs to Maven Wrapper 3.3.4 defaults. |
mvnw |
Updates wrapper script metadata/URLs and SHA check invocation for wrapper jar verification logic. |
.mvn/wrapper/maven-wrapper.properties |
Sets Maven distribution to 3.9.16 and records wrapper version/URLs (3.3.4). |
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.
Summary
crap-java0.6.1 andcognitive-java0.6.0.Version decisions
Validation
./mvnw.cmd -B verify./mvnw.cmd -B -Pnullaway verifyCloses #65