Update Spring Boot 4.1 dependency versions#15727
Merged
Merged
Conversation
Update the Grails BOM inputs from Spring Boot 4.1.0-RC1 to the 4.1.0 GA release, including related Byte Buddy and MongoDB driver versions resolved by the dependency validator. Exclude the Gradle Tooling API SLF4J edge from grails-shell-cli so the Boot-managed SLF4J API remains the selected runtime version. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Assisted-by: Hephaestus:openai/gpt-5.5 oracle Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Grails build/dependency alignment to Spring Boot 4.1.0 (from 4.1.0-RC1) and adjusts a few related dependency versions/edges so dependency resolution remains consistent with the Spring Boot 4.1.0 managed set, particularly for the CLI module.
Changes:
- Bump
spring-boot.versionto 4.1.0 and alignbyte-buddy.versionandmongodb.versionaccordingly independencies.gradle. - Exclude the
org.slf4j:slf4j-apitransitive edge fromgradle-tooling-apiingrails-shell-clito avoid competing SLF4J versions and rely on the BOM-managed SLF4J API.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
grails-shell-cli/build.gradle |
Excludes SLF4J API transitively pulled by Gradle Tooling API so the module uses the BOM-managed SLF4J API consistently. |
dependencies.gradle |
Updates Spring Boot to 4.1.0 and aligns Byte Buddy and MongoDB driver versions with that managed dependency set. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.0.x #15727 +/- ##
==================================================
+ Coverage 48.3483% 48.3729% +0.0246%
- Complexity 15104 15111 +7
==================================================
Files 1870 1870
Lines 85459 85459
Branches 14901 14901
==================================================
+ Hits 41318 41339 +21
+ Misses 37805 37784 -21
Partials 6336 6336 🚀 New features to boost your workflow:
|
✅ All tests passed ✅🏷️ Commit: a2df81e 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
Verification
./gradlew.bat validateDependencyVersions --continue --stacktracegrails-gradle: ./gradlew.bat validateDependencyVersions --continue --stacktrace./gradlew.bat :grails-bom:build :grails-gradle:grails-gradle-bom:build :grails-shell-cli:build :grails-data-hibernate5-dbmigration:build :grails-data-hibernate7-dbmigration:build -PskipTests./gradlew.bat :grails-shell-cli:dependencyInsight --dependency org.slf4j:slf4j-api --configuration runtimeClasspath