Skip to content

Commit

Permalink
Upgrade to SpringDoc to 2.8.3 (#7207)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

This PR upgrades to SpringDoc to [2.8.3](https://github.com/springdoc/springdoc-openapi/releases/tag/v2.8.3).

#### Does this PR introduce a user-facing change?

```release-note
升级依赖 SpringDoc 至 2.8.3
```
  • Loading branch information
JohnNiang authored Jan 20, 2025
1 parent 1491c5b commit 52a1e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
guava = "33.3.1-jre"
jsoup = '1.18.1'
jsonPatch = "1.13"
springDocOpenAPI = "2.7.0"
springDocOpenAPI = "2.8.3"
lucene = "9.12.0"
resilience4jVersion = "2.2.0"
twoFactorAuth = "1.3"
Expand Down

0 comments on commit 52a1e98

Please sign in to comment.