From 93ef0d2772499d6caef3024e715a7347e4111e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:28:49 +0000 Subject: [PATCH] Bump springBootVersion from 3.1.0 to 3.1.3 Bumps `springBootVersion` from 3.1.0 to 3.1.3. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.1.0 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.3) Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.0 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor 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 4680fc33..25344c28 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.20.131" - springBootVersion = "3.1.0" + springBootVersion = "3.1.3" edisonVersion = "3.1.1" }