From d8f4e478e242f338ba55e95a62f010b52b915c07 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 3 Apr 2023 22:06:14 +0800 Subject: [PATCH] Upgrade to SpringDoc OpenAPI 2.1.0 (#3687) 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: Upgrade to SpringDoc OpenAPI 2.1.0. See https://github.com/springdoc/springdoc-openapi/releases/tag/v2.1.0 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3496 #### Does this PR introduce a user-facing change? ```release-note 升级 SpringDoc OpenAPI 至 2.1.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 d2005fb0d..ec736237e 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -17,7 +17,7 @@ ext { guava = "31.1-jre" jsoup = '1.15.3' jsonPatch = "1.13" - springDocOpenAPI = "2.0.4" + springDocOpenAPI = "2.1.0" lucene = "9.5.0" }