jamesfredley opened a new pull request, #15671: URL: https://github.com/apache/grails-core/pull/15671
Brings 8.0.x's Groovy 4 pin in line with 7.0.x, which moved to 4.0.32 in [9917b129fb](https://github.com/apache/grails-core/commit/9917b129fb) ("fix(deps): Bump Groovy to 4.0.32"). On 8.0.x both `groovy.version` and `gradle-groovy.version` are held at the same value today, so both are bumped together. 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 on JDK 21: ``` ./gradlew :grails-core:compileGroovy :grails-bootstrap:compileGroovy \ validateDependencyVersions --refresh-dependencies -> BUILD SUCCESSFUL in 1m 17s (198 actionable tasks) ``` Once merged, this propagates to the stacked Groovy 5 (#15557) and Groovy 6 canary (#15558) PRs via the usual base-sync. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
