Skip to content

Commit

Permalink
Bump SpringDoc to 2.0.0-RC1 (#2628)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang authored Oct 26, 2022
1 parent 03aeb70 commit 403f1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 403f1bd

Please sign in to comment.