fix(deps): Bump Groovy to 4.0.32#15671
Open
jamesfredley wants to merge 1 commit 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
🚨 TestLens detected 2 failed tests 🚨Here is what you can do:
Test Summary
🏷️ Commit: d393183 Test FailuresGroovyChangeLogSpec > outputs a warning message by calling the warn method (:grails-data-hibernate5-dbmigration:test in CI - Groovy Joint Validation Build / build_grails)GroovyChangeLogSpec > updates a database with Groovy Change (:grails-data-hibernate5-dbmigration:test in CI - Groovy Joint Validation Build / build_grails)Muted TestsNote Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 GroovyChangeLogSpec > outputs a warning message by calling the warn method Reuse successful test results: 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 Rerun jobs 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.
Brings 8.0.x's Groovy 4 pin in line with 7.0.x, which moved to 4.0.32 in 9917b129fb ("fix(deps): Bump Groovy to 4.0.32").
On 8.0.x both
groovy.versionandgradle-groovy.versionare held at the same value today, so both are bumped together.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.