jamesfredley opened a new pull request, #16081: URL: https://github.com/apache/grails-core/pull/16081
## Summary - Bump managed `groovy.version` from **4.0.32** to **4.0.33** - Align `asm.version` from **9.10** to **9.10.1** (Gradle BOM + Micronaut BOM) so the BOM stays ahead of Groovy 4.0.33's transitive ASM and `validateDependencyVersions` remains green Apache Groovy 4.0.33 released 2026-07-29: - https://groovy-lang.org/changelogs/changelog-4.0.33.html - https://repo1.maven.org/maven2/org/apache/groovy/groovy/4.0.33/ ## Verification ```text ./gradlew :grails-core:compileGroovy :grails-bootstrap:compileGroovy \ validateDependencyVersions --refresh-dependencies -> BUILD SUCCESSFUL ``` ## Notes - Follows the established one-file pattern for Groovy patch bumps (`dependencies.gradle` only) - 7.0.x can merge upward through the 7.x line; 8.0.x is on Groovy 5 and has a separate PR for 5.0.8 -- 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]
