Skip to content

Update dependencies#66

Merged
fabian-barney merged 1 commit into
mainfrom
codex/dependency-updates-65
Jun 1, 2026
Merged

Update dependencies#66
fabian-barney merged 1 commit into
mainfrom
codex/dependency-updates-65

Conversation

@fabian-barney

@fabian-barney fabian-barney commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Updates Maven wrapper to 3.9.16.
  • Updates internal quality plugins to crap-java 0.6.1 and cognitive-java 0.6.0.

Version decisions

  • Preserves Java 21 compatibility.
  • Uses Maven 3.9.16 as the latest compatible Maven 3.x release; Maven 4 remains RC-only and was skipped.

Validation

  • ./mvnw.cmd -B verify
  • ./mvnw.cmd -B -Pnullaway verify

Closes #65

Copilot AI review requested due to automatic review settings June 1, 2026 06:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-java to 0.6.1, cognitive-java to 0.6.0) via pom.xml properties.
  • 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).

Comment thread pom.xml
Comment thread mvnw
@fabian-barney fabian-barney merged commit d3f6ea7 into main Jun 1, 2026
9 checks passed
@fabian-barney fabian-barney deleted the codex/dependency-updates-65 branch June 1, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update compatible Maven quality tooling

2 participants