-
Notifications
You must be signed in to change notification settings - Fork 82
Bump spring-boot to 3.5.12 #2603
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
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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| <parent> | ||
| <groupId>org.springframework.boot</groupId> | ||
| <artifactId>spring-boot-starter-parent</artifactId> | ||
| <version>3.5.11</version> | ||
| <version>3.5.12</version> | ||
|
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. The specified
Contributor
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. |
||
| <relativePath/> <!-- lookup parent from repository --> | ||
| </parent> | ||
|
|
||
|
|
||
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.
The specified Spring Boot version
3.5.12does not correspond to a public release. The official Spring Boot release trains are, for example,3.3.xand3.2.x. Using a non-standard version that could conflict with future official releases can lead to dependency issues and confusion. This will likely cause the build to fail if a custom repository hosting this artifact is not configured. It is strongly recommended to use an official release version. If this is a custom build, its versioning should be distinct from official release versioning schemes.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.
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/3.5.12