jamesfredley commented on PR #15365: URL: https://github.com/apache/grails-core/pull/15365#issuecomment-4255943270
**CI Fix + Dependency Updates** All CI jobs were failing on a single compilation error: `org.gradle.api.internal.ClosureBackedAction` was removed in Gradle 9. Fixed by replacing with plain Groovy closure delegation (`configureClosure.delegate = plugins; configureClosure.resolveStrategy = Closure.DELEGATE_FIRST; configureClosure.call()`). Also bumped patch-level dependencies: - byte-buddy 1.17.8 -> 1.18.8 - commons-text 1.14.0 -> 1.15.0 - ant 1.10.15 -> 1.10.17 - commons-codec 1.19.0 -> 1.21.0 - selenium-bom 4.38.0 -> 4.41.0 - mockito-core 5.20.0 -> 5.23.0 Skipped (too risky for this PR): - Groovy 5.0.x (major version, Grails 8.0.x targets Groovy 4.0.x) - Spock 2.4-groovy-4.0 (testing framework upgrade should be a separate PR) - Kotlin 2.3.x (major version, Micronaut compatibility concerns) -- 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]
