fix(deps): Bump Groovy to 4.0.32#15671
Open
jamesfredley wants to merge 3 commits into
Open
Conversation
Brings 8.0.x's Groovy 4 pin in line with 7.0.x, which moved to 4.0.32 in 9917b12. Both `groovy.version` and `gradle-groovy.version` are held at the same value on 8.0.x today, so bump both. Apache Groovy 4.0.32 is on Maven Central: https://repo1.maven.org/maven2/org/apache/groovy/groovy/4.0.32/ https://repo1.maven.org/maven2/org/apache/groovy/groovy-bom/4.0.32/ Verified locally: ./gradlew :grails-core:compileGroovy :grails-bootstrap:compileGroovy \ validateDependencyVersions --refresh-dependencies -> BUILD SUCCESSFUL Assisted-by: opencode:claude-4.7-opus
# Conflicts: # dependencies.gradle
✅ All tests passed ✅🏷️ Commit: 822ff9c Learn more about TestLens at testlens.app. |
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.
Bumps the
gradle-groovy.versionpin to 4.0.32 on 8.0.x, matching the Groovy 4 runtime version that already arrived via the 7.0.x → 8.0.x merge cascade in 9917b129fb ("fix(deps): Bump Groovy to 4.0.32").This PR originally bumped both
groovy.versionandgradle-groovy.versiontogether. After base-syncing with 8.0.x thegroovy.versionhalf is already on base, so the only remaining effective change is thegradle-groovy.versionline - the Gradle build classpath Groovy, which is 8.0.x-only and did not cascade up from 7.x.After this PR, both Groovy 4 pins on 8.0.x align at 4.0.32.
Apache Groovy 4.0.32 is on Maven Central:
Verified locally on JDK 21:
Once merged, this propagates to the stacked Groovy 5 (#15557) and Groovy 6 canary (#15558) PRs via the usual base-sync.