sbglasius opened a new pull request, #16235: URL: https://github.com/apache/grails-core/pull/16235
## Summary - Bumps `groovy.version` from `5.1.0` to `5.1.1` in `dependencies.gradle` (both the primary BOM pin and the duplicate literal used by `grails-micronaut-bom`/`grails-hibernate5-micronaut-bom`) - Fixes stale "5.0.x" Groovy version references in `AGENTS.md`/`CLAUDE.md` and the `groovy-developer`, `gradle-developer`, and `grails-developer` skill docs, which had drifted from the prior 5.1.0 bump Groovy 5.1.1 is a maintenance release on the 5.1.x line, fixing: - GROOVY-12142: Metaspace leak on parallel Tomcat deployments - GROOVY-12166: static type checking regression causing `ClassCastException` on `instanceof`-narrowed fields - GROOVY-12257: Groovy 4/5 `@Immutable` bytecode incompatibility - GROOVY-12286: bumps its own Jackson dependency to 2.22.2 (already independently pinned in this repo's BOM, so no further change needed here) See the [changelog](http://groovy-lang.org/changelogs/changelog-5.1.1.html). ## Test plan - [x] `./gradlew clean build -PskipTests` succeeds - [x] `./gradlew validateDependencyVersions` — one pre-existing, unrelated failure (`org.graalvm.sdk:nativeimage` version drift in the micronaut example projects) confirmed to also occur on unmodified 5.1.0, so not introduced by this change - [ ] Full test suite / style / violation checks left to CI per project convention -- 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]
