Skip to content

Upgrade Spring Boot from 2.5.11 to 2.5.13#3254

Open
pcalouche wants to merge 1 commit intospringdoc:mainfrom
pcalouche:update-spring-boot
Open

Upgrade Spring Boot from 2.5.11 to 2.5.13#3254
pcalouche wants to merge 1 commit intospringdoc:mainfrom
pcalouche:update-spring-boot

Conversation

@pcalouche
Copy link
Copy Markdown

This updates the Spring Boot version to 3.5.13. It also removes the dependency management of spring-security-oauth2-authorization-server since Spring Boot's parent manages it.

@pcalouche pcalouche marked this pull request as ready for review March 31, 2026 15:24
@pcalouche pcalouche changed the title update spring boot to 2.5.13 Upgrade Spring Boot from 2.5.11 to 2.5.13 Mar 31, 2026
<!-- spring Security Oauth2 Authorization Server-->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-authorization-server</artifactId>
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Since this is managed by the Spring Boot parent, it can be omitted. This ensures that the version of Spring Auth Server used will align with the current Spring Boot version.

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.

1 participant