Upgrade SpringDoc to 2.4.0 (#5569)

#### What type of PR is this?

/kind cleanup
/area core

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

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

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

```release-note
升级依赖 SpringDoc 至 2.4.0
```
pull/5351/head
John Niang 2024-03-22 16:36:07 +08:00 committed by GitHub
parent e76d800b07
commit 6d1e35d01f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ext {
guava = "32.0.1-jre"
jsoup = '1.15.3'
jsonPatch = "1.13"
springDocOpenAPI = "2.3.0"
springDocOpenAPI = "2.4.0"
lucene = "9.9.1"
resilience4jVersion = "2.2.0"
twoFactorAuth = "1.3"