Update Spring Boot to 3.5.15#15728
Merged
Merged
Conversation
Bump spring-boot.version from 3.5.14 to 3.5.15. Spring Boot 3.5.15's spring-boot-dependencies BOM bumps its managed jackson-bom.version from 2.21.2 to 2.21.4. Align grails-bom's jackson.version to 2.21.4 so that the transitive Jackson version matches the BOM and validateDependencyVersions continues to pass. Assisted-by: claude-code:claude-opus-4.8
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Grails platform dependency BOM to align with Spring Boot 3.5.15, and adjusts the pinned Jackson BOM version to match Spring Boot’s managed Jackson version so validateDependencyVersions remains consistent across builds.
Changes:
- Bump
spring-boot.versionfrom 3.5.14 → 3.5.15. - Align
jackson.versionfrom 2.21.2 → 2.21.4 to match Spring Boot 3.5.15’s dependency management.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ All tests passed ✅🏷️ Commit: 2241b12 Learn more about TestLens at testlens.app. |
codeconsole
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates Spring Boot from 3.5.14 to 3.5.15.
Details
Spring Boot 3.5.15's
spring-boot-dependenciesBOM bumps its managedjackson-bom.versionfrom 2.21.2 to 2.21.4. With only the Spring Boot bump, thevalidateDependencyVersionsCI check fails becausegrails-bompins Jackson to 2.21.2 while the new Spring Boot BOM forces 2.21.4 transitively (observed ongrails-test-examples-jetty):This PR therefore also aligns
jackson.versionindependencies.gradleto 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