-
Notifications
You must be signed in to change notification settings - Fork 81
Bump spring-boot to 3.5.11 #2582
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.10</version> | ||||||
| <version>3.5.11</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. For better maintainability and to ensure version consistency across modules, it's recommended to use a property for the Spring Boot version. This property should be defined in a common parent
Suggested change
|
||||||
| <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.
For better maintainability and to ensure version consistency across modules, it's recommended to use a property for the Spring Boot version. This property should be defined in a common parent
pom.xml. This avoids hardcoding the version number in multiple places, making future updates easier and less error-prone.