From cf190c5442c9334da771bb0dc92106345b06f325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 02:19:12 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.2.13.RELEASE to 2.4.12 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.2.13.RELEASE to 2.4.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.13.RELEASE...v2.4.12) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30982b86..21db52d4 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'java' id 'org.ec4j.editorconfig' version '0.0.3' id 'org.sonarqube' version '3.3' - id 'org.springframework.boot' version '2.2.13.RELEASE' + id 'org.springframework.boot' version '2.4.12' } group = 'de.codefor.le'