mirror of https://github.com/halo-dev/halo
Upgrade SpringDoc to 2.6.0 (#6227)
#### What type of PR is this? /kind cleanup /area core /milestone 2.17.0 #### What this PR does / why we need it: This PR upgrades SpringDoc to 2.6.0 and its gradle plugin to 1.9.0. See https://github.com/springdoc/springdoc-openapi/releases/tag/v2.6.0 and https://github.com/springdoc/springdoc-openapi-gradle-plugin/releases/tag/1.9.0 for more. #### Does this PR introduce a user-facing change? ```release-note 升级 SpringDoc 至 2.6.0 ```pull/6176/head
parent
ceb97458d4
commit
6440ad509e
|
@ -6,5 +6,5 @@ plugins {
|
|||
id "io.freefair.lombok" version "8.6" apply false
|
||||
id 'org.gradle.crypto.checksum' version '1.4.0' apply false
|
||||
id "com.github.node-gradle.node" version "7.0.2" apply false
|
||||
id "org.springdoc.openapi-gradle-plugin" version "1.8.0" apply false
|
||||
id "org.springdoc.openapi-gradle-plugin" version "1.9.0" apply false
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ ext {
|
|||
guava = "32.0.1-jre"
|
||||
jsoup = '1.15.3'
|
||||
jsonPatch = "1.13"
|
||||
springDocOpenAPI = "2.5.0"
|
||||
springDocOpenAPI = "2.6.0"
|
||||
lucene = "9.11.1"
|
||||
resilience4jVersion = "2.2.0"
|
||||
twoFactorAuth = "1.3"
|
||||
|
|
Loading…
Reference in New Issue