From 38ae38c842575420114d58c3720abba80c28c1ad Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 16 Apr 2024 11:14:07 +0800 Subject: [PATCH] Upgrade SpringDoc to 2.5.0 (#5717) 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 SpringDoc to [2.5.0](https://github.com/springdoc/springdoc-openapi/releases/tag/v2.5.0). #### Does this PR introduce a user-facing change? ```release-note 升级 SpringDoc 至 2.5.0 ``` --- 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 cf474a4d6..ab328ac21 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -18,7 +18,7 @@ ext { guava = "32.0.1-jre" jsoup = '1.15.3' jsonPatch = "1.13" - springDocOpenAPI = "2.4.0" + springDocOpenAPI = "2.5.0" lucene = "9.9.1" resilience4jVersion = "2.2.0" twoFactorAuth = "1.3"