jamesfredley opened a new pull request, #15728: URL: https://github.com/apache/grails-core/pull/15728
## Summary Updates Spring Boot from 3.5.14 to [3.5.15](https://github.com/spring-projects/spring-boot/releases/tag/v3.5.15). ## Details Spring Boot 3.5.15's `spring-boot-dependencies` BOM bumps its managed `jackson-bom.version` from 2.21.2 to 2.21.4. With only the Spring Boot bump, the `validateDependencyVersions` CI check fails because `grails-bom` pins Jackson to 2.21.2 while the new Spring Boot BOM forces 2.21.4 transitively (observed on `grails-test-examples-jetty`): ```text com.fasterxml.jackson:jackson-bom - resolved 2.21.4, expected 2.21.2 ``` This PR therefore also aligns `jackson.version` in `dependencies.gradle` to 2.21.4 to keep the grails BOM consistent with the Spring Boot BOM. ## Verification Ran the same dependency checker CI uses, both invocations green: - `./gradlew validateDependencyVersions` (grails-core) - BUILD SUCCESSFUL - `./gradlew validateDependencyVersions` (grails-gradle) - BUILD SUCCESSFUL -- 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]
