From 52a1e98bb7028bb04a9a70588d7735d811bb0013 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 20 Jan 2025 17:35:30 +0800 Subject: [PATCH] Upgrade to SpringDoc to 2.8.3 (#7207) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: This PR upgrades to SpringDoc to [2.8.3](https://github.com/springdoc/springdoc-openapi/releases/tag/v2.8.3). #### Does this PR introduce a user-facing change? ```release-note 升级依赖 SpringDoc 至 2.8.3 ``` --- platform/application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/application/build.gradle b/platform/application/build.gradle index e4765de0eb..b0bada62b0 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -17,7 +17,7 @@ ext { guava = "33.3.1-jre" jsoup = '1.18.1' jsonPatch = "1.13" - springDocOpenAPI = "2.7.0" + springDocOpenAPI = "2.8.3" lucene = "9.12.0" resilience4jVersion = "2.2.0" twoFactorAuth = "1.3"