Skip to content

Commit

Permalink
Bump version of Spring Boot & Springfox
Browse files Browse the repository at this point in the history
See springdoc/springdoc-openapi#1865 for more

Signed-off-by: johnniang <[email protected]>
  • Loading branch information
JohnNiang committed Oct 6, 2022
1 parent a89d51e commit 5a695f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.0.0-M4'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'org.springframework.boot' version '3.0.0-M5'
id 'io.spring.dependency-management' version '1.0.14.RELEASE'
id "checkstyle"
id 'java'
}
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation 'org.springframework.security:spring-security-oauth2-jose'
implementation 'org.springframework.security:spring-security-oauth2-resource-server'

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

Expand Down

0 comments on commit 5a695f6

Please sign in to comment.