Skip to content

fix(deps): Bump Spring Boot to 4.1.0-RC1 - #15704

Merged
jdaugherty merged 1 commit into
8.0.xfrom
deps/spring-boot-4.1.0-RC1
May 31, 2026
Merged

fix(deps): Bump Spring Boot to 4.1.0-RC1#15704
jdaugherty merged 1 commit into
8.0.xfrom
deps/spring-boot-4.1.0-RC1

Conversation

@jamesfredley

@jamesfredley jamesfredley commented May 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps Spring Boot from 4.0.6 to 4.1.0-RC1 (released to Maven Central).

The change is two lines in dependencies.gradle:

  • spring-boot.version: 4.0.6 -> 4.1.0-RC1
  • mongodb.version: 5.6.5 -> 5.7.0-beta1

The MongoDB driver bump is required: the Spring Boot 4.1.0-RC1 dependency BOM now manages org.mongodb at 5.7.0-beta1, so validateDependencyVersions fails unless Grails' pin is aligned to match. This mirrors the prior alignment done when Spring Boot was bumped to 4.0.6 (commit 5d454365ae, "Align mongodb.version with Spring Boot 4.0.6 (5.6.5)").

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
Copilot AI review requested due to automatic review settings May 29, 2026 21:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.version from 4.0.6 to 4.1.0-RC1.
  • Align mongodb.version from 5.6.5 to 5.7.0-beta1 to match Spring Boot 4.1.0-RC1 BOM management.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jamesfredley jamesfredley self-assigned this May 29, 2026
@jamesfredley jamesfredley moved this to In Progress in Apache Grails May 29, 2026
@jamesfredley jamesfredley added this to the grails:8.0.0-M3 milestone May 29, 2026
@testlens-app

testlens-app Bot commented May 29, 2026

Copy link
Copy Markdown

✅ All tests passed ✅

⚠️ TestLens detected flakiness ⚠️

Test Summary

Check Project/Task Test Runs
CI / Functional Tests (Java 25, indy=false) :grails-test-examples-scaffolding:integrationTest UserControllerSpec > User list ❌ ✅

🏷️ Commit: 32302e0
▶️ Tests: 8311 executed
⚪️ Checks: 36/36 completed


Learn more about TestLens at testlens.app.

@codeconsole
codeconsole self-requested a review May 30, 2026 16:16
@jdaugherty
jdaugherty merged commit 096547a into 8.0.x May 31, 2026
63 of 64 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Apache Grails May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants