From 72eb1ff725b67b205e3c201d4a622eb4fd2fa74b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 15:35:19 +0000 Subject: [PATCH] Bump springfox from 2.7.1-SNAPSHOT to 3.0.1-SNAPSHOT Bumps `springfox` from 2.7.1-SNAPSHOT to 3.0.1-SNAPSHOT. Updates `springfox-swagger2` from 2.7.1-SNAPSHOT to 3.0.1-SNAPSHOT - [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) Updates `springfox-swagger-ui` from 2.7.1-SNAPSHOT to 3.0.1-SNAPSHOT - [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) 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..4b08804 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencyManagement { } ext { - springfox = "2.7.1-SNAPSHOT" + springfox = "3.0.1-SNAPSHOT" springfoxGrails = "1.0.1-SNAPSHOT" }