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
John Niang 2024-07-01 11:17:15 +08:00 committed by GitHub
parent ceb97458d4
commit 6440ad509e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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"