mirror of https://github.com/halo-dev/halo
Upgrade SpringDoc to 2.0.2 (#3186)
#### What type of PR is this? /kind improvement /area core /milestone 2.2.x #### What this PR does / why we need it: See <https://github.com/springdoc/springdoc-openapi/releases/tag/v2.0.2> and <https://github.com/springdoc/springdoc-openapi/releases/tag/v2.0.1> for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 SpringDoc 至 2.0.2 ```pull/3192/head
parent
bb7fe81343
commit
ef45f396d8
|
@ -47,7 +47,7 @@ ext {
|
|||
guava = "31.1-jre"
|
||||
jsoup = '1.15.3'
|
||||
jsonPatch = "1.13"
|
||||
springDocOpenAPI = "2.0.0"
|
||||
springDocOpenAPI = "2.0.2"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue