Upgrade to SpringDoc OpenAPI 2.1.0 (#3687)

#### What type of PR is this?

/kind cleanup
/area core

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

Upgrade to SpringDoc OpenAPI 2.1.0. See https://github.com/springdoc/springdoc-openapi/releases/tag/v2.1.0 for more.

#### Which issue(s) this PR fixes:

Fixes https://github.com/halo-dev/halo/issues/3496

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

```release-note
升级 SpringDoc OpenAPI 至 2.1.0
```
pull/3691/head
John Niang 2023-04-03 22:06:14 +08:00 committed by GitHub
parent 0973c64ad2
commit d8f4e478e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ext {
guava = "31.1-jre"
jsoup = '1.15.3'
jsonPatch = "1.13"
springDocOpenAPI = "2.0.4"
springDocOpenAPI = "2.1.0"
lucene = "9.5.0"
}