From ef45f396d8183436b86b84589587cf906a427330 Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 31 Jan 2023 11:04:09 +0800 Subject: [PATCH] Upgrade SpringDoc to 2.0.2 (#3186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /area core /milestone 2.2.x #### What this PR does / why we need it: See and for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 SpringDoc 至 2.0.2 ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fee29679b..b991120d8 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ ext { guava = "31.1-jre" jsoup = '1.15.3' jsonPatch = "1.13" - springDocOpenAPI = "2.0.0" + springDocOpenAPI = "2.0.2" } dependencies {