From 94021d3c602ffb4058a7a2d3433da434b1ee61da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 04:42:16 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot from 2.4.5 to 2.5.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.4.5 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.5...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 9172471..84f4957 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "idea" id "application" id "com.palantir.docker" version "0.26.0" - id "org.springframework.boot" version "2.4.5" + id "org.springframework.boot" version "2.5.2" id "io.spring.dependency-management" version "1.0.11.RELEASE" }