-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update to Spring Boot 3.0.0 #1024
Conversation
Fixes #1023 |
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.
Thanks for the PR @SamTV12345. Please see review comment.
id "org.springframework.boot" version "3.0.0-RC2" | ||
id "io.spring.dependency-management" version "1.0.11.RELEASE" | ||
id "org.springframework.boot" version "3.0.0" | ||
id "io.spring.dependency-management" version "1.1.0" |
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.
Please revert the updates to io.spring.dependency-management
. Is the 1.1.0
version required for Spring Boot 3.0.0
?
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.
Thanks for the review. I reverted to 1.0.11.RELEASE. I upgraded it because there was a newer version available. Both versions work without a problem.
Thanks for the updates @SamTV12345. This is now merged. |
Upgraded examples to the official Spring Boot 3.0.0 dependency.