Conversation
Update Spring Boot 3.x patch versions: - 3.2.10 → 3.2.12 - 3.3.5 → 3.3.13 - 3.4.5 → 3.4.13 - 3.5.6 → 3.5.13 Add Spring Boot 4.0.5 to 4.x matrix. Co-Authored-By: Claude <noreply@anthropic.com>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Sentry Build Distribution
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| fail-fast: false | ||
| matrix: | ||
| springboot-version: [ '3.0.0', '3.2.10', '3.3.5', '3.4.5', '3.5.6' ] | ||
| springboot-version: [ '3.0.0', '3.2.12', '3.3.13', '3.4.13', '3.5.13' ] |
There was a problem hiding this comment.
Non-existent Spring Boot 3.5.13 version in CI matrix
High Severity
The CI matrix references Spring Boot 3.5.13, but this version has not been released yet. The latest available 3.5.x release is 3.5.12 (released March 19, 2026). The workflow substitutes this version into gradle/libs.versions.toml via sed, so Gradle will fail to resolve the dependency from Maven Central, causing the CI build to fail for this matrix entry.
| fail-fast: false | ||
| matrix: | ||
| springboot-version: [ '4.0.0' ] | ||
| springboot-version: [ '4.0.0', '4.0.5' ] |
There was a problem hiding this comment.
Non-existent Spring Boot 4.0.5 version in CI matrix
High Severity
The CI matrix references Spring Boot 4.0.5, but this version has not been released yet. The latest available 4.0.x release is 4.0.4 (released March 19, 2026). The workflow substitutes this version into gradle/libs.versions.toml via sed, so Gradle will fail to resolve the dependency from Maven Central, causing the CI build to fail for this matrix entry.


📜 Description
Bump Spring Boot patch versions in CI matrix to latest available releases.
Spring Boot 3.x:
Spring Boot 4.x:
Spring Boot 2.x matrix unchanged — all versions are already at their final patch releases.
💡 Motivation and Context
Keep CI testing against the latest patch releases of each Spring Boot minor version.
💚 How did you test it?
CI will validate.
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
#skip-changelog