From ed197f1697e6dedc11c5df5d5eac8ecc33863a63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 02:22:16 +0000 Subject: [PATCH] Bump springfoxSwaggerVersion from 2.9.2 to 3.0.0 Bumps `springfoxSwaggerVersion` from 2.9.2 to 3.0.0. Updates `springfox-swagger2` from 2.9.2 to 3.0.0 - [Release notes](https://github.com/springfox/springfox/releases) - [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md) - [Commits](https://github.com/springfox/springfox/compare/2.9.2...3.0.0) Updates `springfox-swagger-ui` from 2.9.2 to 3.0.0 - [Release notes](https://github.com/springfox/springfox/releases) - [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md) - [Commits](https://github.com/springfox/springfox/compare/2.9.2...3.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c00768..6c4ff51 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ ext { guavaVersion = "28.0-jre" fastjsonVersion = "1.2.70" druidSpringBootStarterVersion = "1.1.10" - springfoxSwaggerVersion = "2.9.2" + springfoxSwaggerVersion = "3.0.0" swaggerVersion = "1.5.22" hutoolVersion = "5.5.1" mysqlConnectorJavaVersion = "8.0.22"