From 8654850cbc8d62c73d29ed95acf74f4898dec6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:38:13 +0000 Subject: [PATCH] Bump springBootVersion from 3.1.3 to 3.2.1 Bumps `springBootVersion` from 3.1.3 to 3.2.1. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.1.3 to 3.2.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.2.1) Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.3 to 3.2.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.3...v3.2.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1969c4ab..21b91f03 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.2.1" edisonVersion = "3.1.7" }