Update Maven and Groovy dependencies - #384
Merged
Merged
Conversation
Upgrade the Maven toolchain and stable build dependencies while preserving the published Maven 3.6.3 compatibility floor. Refresh integration-test dependencies and CI coverage to the latest stable Groovy patch releases.\n\nCo-Authored-By: Codex <noreply@openai.com>
keeganwitt
force-pushed
the
codex/maven-3-9-16-updates
branch
from
June 22, 2026 05:32
23cc4a3 to
dc71e2d
Compare
keeganwitt
marked this pull request as ready for review
June 22, 2026 05:32
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
Why
The build used an older Maven API version and stale stable dependencies. The Enforcer rule had drifted to the build API version, which would incorrectly require consumers to use Maven 3.9.12 rather than the supported 3.6.3 minimum.
Impact
Builds use current stable Maven 3-compatible tooling while GMavenPlus continues to advertise and enforce Maven 3.6.3 as its minimum supported runtime.
Validation
./mvnw.cmd --version(Maven 3.9.16)./mvnw.cmd test(240 tests passed)