From 72699f5bc3100714fd7cdbb147f0a64e94989e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:57:55 +0000 Subject: [PATCH] Bump springBootVersion from 3.1.3 to 3.1.5 Bumps `springBootVersion` from 3.1.3 to 3.1.5. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.5) Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.1.5) --- 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 d077da80..e6aec1dd 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.20.149" - springBootVersion = "3.1.3" + springBootVersion = "3.1.5" edisonVersion = "3.1.5" }