Skip to content

Commit b23ed2e

Browse files
authored
Bump version of Spring Boot & SpringDoc (#2511)
#### What type of PR is this? /kind improvement /area core /milestone 2.0 #### What this PR does / why we need it: 1. Upgrade Spring Boot to 3.0.0-M5. See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes for more. 2. Upgrade SpringDoc to 2.0.0-M6. The version is compatible to Spring Boot 3.0.0-M5. See springdoc/springdoc-openapi#1865 for more. #### Special notes for your reviewer: Please check the API documentation endpoint: <http://localhost:8090/swagger-ui.html>. #### Does this PR introduce a user-facing change? ```release-note None ```
1 parent e23193c commit b23ed2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.0.0-M4'
3-
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
2+
id 'org.springframework.boot' version '3.0.0-M5'
3+
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
44
id "checkstyle"
55
id 'java'
66
}
@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'org.springframework.security:spring-security-oauth2-jose'
6363
implementation 'org.springframework.security:spring-security-oauth2-resource-server'
6464

65-
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.0-M5'
65+
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.0-M6'
6666
implementation 'org.openapi4j:openapi-schema-validator:1.0.7'
6767
implementation "net.bytebuddy:byte-buddy"
6868

0 commit comments

Comments
 (0)