From c29b273339d0d51ca9c81322f126d8ada09cd48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:11:58 +0000 Subject: [PATCH] Bump springBootVersion from 2.5.4 to 2.5.6 Bumps `springBootVersion` from 2.5.4 to 2.5.6. Updates `org.springframework.boot` from 2.5.4 to 2.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v2.5.6) Updates `spring-boot-dependencies` from 2.5.4 to 2.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v2.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4cfc0c002..477b9bb3b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { novaVersion = 'edge' freefairVersion = '6.2.0' - springBootVersion = '2.5.4' + springBootVersion = '2.5.6' springDocVersion = '1.5.10' } }