From 6a09f80bdab37e2187f920bc39ae2eeb7ca58f0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 06:06:50 +0000 Subject: [PATCH] Bump spring-boot-autoconfigure from 1.5.15.RELEASE to 2.5.3 Bumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 1.5.15.RELEASE to 2.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.15.RELEASE...v2.5.3) 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 68617c2..1b78c79 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ allprojects { springHateoas = "0.21.0.RELEASE" springPluginVersion = "1.2.0.RELEASE" swagger2Core = "1.5.20" - springBoot = "1.5.15.RELEASE" + springBoot = "2.5.3" springfox = "2.9.2" } }