Skip to content
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

Upgrade to Spring Boot 3.3.0 #265

Closed
wants to merge 6 commits into from
Closed

Upgrade to Spring Boot 3.3.0 #265

wants to merge 6 commits into from

Conversation

pacphi
Copy link
Contributor

@pacphi pacphi commented May 26, 2024

No description provided.

gradle.properties Show resolved Hide resolved
@@ -1,7 +1,7 @@
buildscript {
ext {
jmockitVersion = "1.49"
springBootVersion = "3.2.5"
springBootVersion = "3.3.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the benefit to upgrade to latest Spring Boot?
Did they change any properties that we should update?

If not, I guess we'd want to build with the minimum version of Spring Boot 3 to ensure it's gonna work for all SP 3 versions.
I don't think it really would change anything to bump this version, so I'm not strongly against, but I'm now curious to understand what you think would be the advantage.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main reason for update to latest Spring Boot major.minor (3.3.x as of this response) is that it keeps this library up to date in the OSS support window until May 2025; see https://spring.io/projects/spring-boot#support.

@pacphi
Copy link
Contributor Author

pacphi commented Jul 19, 2024

I'm going to close this PR and file a new one with updated changes.

@pacphi pacphi closed this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants