jamesfredley opened a new pull request, #16085: URL: https://github.com/apache/grails-core/pull/16085
## Summary Fixes failing CI `Validate Dependency Versions` on `7.2.x`. Log4j 2.25.5 transitively requires `biz.aQute.bnd:biz.aQute.bnd.annotation` **7.1.0**, while Spring Boot still manages **7.0.0**. The 7.0.x alignment already pinned 7.1.0 in the shared Gradle BOM maps, but the forward-merge into 7.1.x/7.2.x kept the Log4j bump and dropped the bnd pin. ## Change - Restore `bnd.version` = `7.1.0` in `gradleBomDependencyVersions` - Restore `bnd-annotation` coordinate in `gradleBomDependencies` ## Verification ``` ./gradlew validateDependencyVersions --continue # BUILD SUCCESSFUL ``` ## Related Same fix applied on 7.0.x in commit `811faed161`. Companion PR targeting 7.1.x. -- 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]
