From 298d9eb043d0b4c36e9757c1da498e22ec50df39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:15:40 +0000 Subject: [PATCH] Bump org.springframework.boot from 1.5.10.RELEASE to 2.4.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 1.5.10.RELEASE to 2.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v1.5.10.RELEASE...v2.4.4) 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 634a389..06c85c2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '1.5.10.RELEASE' + id 'org.springframework.boot' version '2.4.4' id 'java' id 'io.franzbecker.gradle-lombok' version '1.11' }