From 3e230da6671f96b86ac478da2ac4754c754fce51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:37:21 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.1.5.RELEASE to 2.4.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.5.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 7fa7d17..4de5211 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { plugins { id 'java-library' - id 'org.springframework.boot' version '2.1.5.RELEASE' + id 'org.springframework.boot' version '2.4.4' id 'maven-publish' }