mirror of https://github.com/halo-dev/halo
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
parent
0973c64ad2
commit
d8f4e478e2
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue