From 1be5229882a6ae5031370155ba2c25c29c9c2a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:58:46 +0000 Subject: [PATCH] Bump springBootVersion from 2.4.0 to 2.4.3 Bumps `springBootVersion` from 2.4.0 to 2.4.3. Updates `spring-boot-configuration-processor` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-starter-test` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-starter-web` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-autoconfigure` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-actuator` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-starter-data-redis` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-actuator-autoconfigure` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-gradle-plugin` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-starter-jetty` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-test` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.3) Updates `spring-boot-starter-validation` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...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 e04d00f1..894c110e 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ ext { awsSdkVersion = "2.15.31" springVersion = "5.3.1" springSecurityVersion = "5.4.1" - springBootVersion = "2.4.0" + springBootVersion = "2.4.3" edisonVersion = "2.4.0" }