From ed515ebee389135b2fdbd074b2d5425e7028df30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 06:05:27 +0000 Subject: [PATCH] Bump springfox from 2.7.1-SNAPSHOT to 3.0.0 Bumps `springfox` from 2.7.1-SNAPSHOT to 3.0.0. Updates `springfox-swagger2` from 2.7.1-SNAPSHOT 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/commits/3.0.0) Updates `springfox-swagger-ui` from 2.7.1-SNAPSHOT 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/commits/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 527cb19..acf3929 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencyManagement { } ext { - springfox = "2.7.1-SNAPSHOT" + springfox = "3.0.0" springfoxGrails = "1.0.1-SNAPSHOT" }