From d88eae3b7af5f472432391f9a087be0c82a3d0b3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 06:12:11 +0000 Subject: [PATCH] Bump spring-boot-autoconfigure from 1.5.15.RELEASE to 2.5.2 Bumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 1.5.15.RELEASE to 2.5.2. - [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.2) 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..f5bed48 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.2" springfox = "2.9.2" } }