From 0ebcb888063f8ed7f889c3fc747b0645f6310eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 12:43:52 +0000 Subject: [PATCH] build(deps): bump spring-boot-gradle-plugin from 2.0.5.RELEASE to 2.4.3 Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.0.5.RELEASE to 2.4.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.0.5.RELEASE...v2.4.3) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09754bc..2f9ade3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '2.0.5.RELEASE' + springBootVersion = '2.4.3' } repositories { mavenCentral()