fix(deps): Bump Spring Boot to 4.1.0-RC1 - #15704
Merged
Merged
Conversation
Aligns mongodb.version with the version managed by the Spring Boot 4.1.0-RC1 dependency BOM (5.7.0-beta1) so validateDependencyVersions passes, mirroring the prior alignment performed for Spring Boot 4.0.6. Assisted-by: claude-code:claude-4.8-opus
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the dependency baselines used by the Grails BOMs to align with the Spring Boot 4.1.0-RC1 dependency set, including the MongoDB driver version managed by Spring Boot’s BOM.
Changes:
- Bump
spring-boot.versionfrom4.0.6to4.1.0-RC1. - Align
mongodb.versionfrom5.6.5to5.7.0-beta1to match Spring Boot 4.1.0-RC1 BOM management.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ All tests passed ✅Test Summary
🏷️ Commit: 32302e0 Learn more about TestLens at testlens.app. |
jdaugherty
approved these changes
May 30, 2026
codeconsole
self-requested a review
May 30, 2026 16:16
codeconsole
approved these changes
May 30, 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
Bumps Spring Boot from
4.0.6to4.1.0-RC1(released to Maven Central).The change is two lines in
dependencies.gradle:spring-boot.version:4.0.6->4.1.0-RC1mongodb.version:5.6.5->5.7.0-beta1The MongoDB driver bump is required: the Spring Boot 4.1.0-RC1 dependency BOM now manages
org.mongodbat5.7.0-beta1, sovalidateDependencyVersionsfails unless Grails' pin is aligned to match. This mirrors the prior alignment done when Spring Boot was bumped to 4.0.6 (commit5d454365ae, "Align mongodb.version with Spring Boot 4.0.6 (5.6.5)").