mirror of https://github.com/halo-dev/halo
Bump SpringDoc to 2.0.0-RC1 (#2628)
#### What type of PR is this? /kind improvement /area core /milestone 2.0 #### What this PR does / why we need it: Please refer to <https://github.com/springdoc/springdoc-openapi/releases/tag/v2.0.0-RC1>. #### Does this PR introduce a user-facing change? ```release-note None ```pull/2632/head
parent
03aeb707f6
commit
403f1bd7b2
|
@ -58,7 +58,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-M7'
|
||||
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.0-RC1'
|
||||
implementation 'org.openapi4j:openapi-schema-validator:1.0.7'
|
||||
implementation "net.bytebuddy:byte-buddy"
|
||||
|
||||
|
|
Loading…
Reference in New Issue