-
-
Notifications
You must be signed in to change notification settings - Fork 468
ci: Bump Spring Boot versions in CI matrix #5235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ jobs: | |
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| springboot-version: [ '4.0.0' ] | ||
| springboot-version: [ '4.0.0', '4.0.5' ] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Non-existent Spring Boot 4.0.5 version in CI matrixHigh Severity The CI matrix references Spring Boot |
||
|
|
||
| name: Spring Boot ${{ matrix.springboot-version }} | ||
| env: | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 is3.5.12(released March 19, 2026). The workflow substitutes this version intogradle/libs.versions.tomlviased, so Gradle will fail to resolve the dependency from Maven Central, causing the CI build to fail for this matrix entry.