From 20f638c1415a1ff31cc39fb00f4f2338e2efe953 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 05:34:10 +0000 Subject: [PATCH] build(deps): bump spring-boot-dependencies from 2.4.5 to 2.5.2 Bumps [spring-boot-dependencies](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 62c66d5..0b38bb4 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply plugin: "maven" apply plugin: "signing" ext { - springBootVersion = '2.4.5' + springBootVersion = '2.5.2' } sourceCompatibility = '1.8'