From ce7fddc96cc1bc6ff54d19fd5eacd79a68a1d80e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 06:25:18 +0000 Subject: [PATCH] Bump spring-boot-autoconfigure from 1.5.15.RELEASE to 2.4.5 Bumps [spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 1.5.15.RELEASE to 2.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.15.RELEASE...v2.4.5) 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..0dbf003 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.4.5" springfox = "2.9.2" } }