From 50b8e83472202bcfa5d46839b2565eb2a185e040 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 05:50:06 +0000 Subject: [PATCH] build(deps): bump spring-boot-dependencies from 2.4.4 to 2.5.2 Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.4.4 to 2.5.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.4...v2.5.2) Signed-off-by: dependabot-preview[bot] --- module-spring-boot/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module-spring-boot/build.gradle b/module-spring-boot/build.gradle index 74f8aa6..3da0d25 100644 --- a/module-spring-boot/build.gradle +++ b/module-spring-boot/build.gradle @@ -15,8 +15,8 @@ configurations { dependencies { implementation platform("org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR10") - implementation platform("org.springframework.boot:spring-boot-dependencies:2.4.4") - annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:2.4.3") + implementation platform("org.springframework.boot:spring-boot-dependencies:2.5.2") + annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:2.5.2") compileOnly("org.springframework.boot:spring-boot-configuration-processor") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")