From 0a65ee4d52cf9dc8ec2fca9fd90cf3ec72e6300e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:10:52 +0000 Subject: [PATCH] Bump springBootVersion from 3.2.2 to 3.2.5 Bumps `springBootVersion` from 3.2.2 to 3.2.5. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.2 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.5) Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.2 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.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 9c72992c..a8ad6992 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ group = 'de.otto.synapse' ext { awsSdkVersion = "2.23.14" - springBootVersion = "3.2.2" + springBootVersion = "3.2.5" edisonVersion = "3.2.0" testcontainersVersion = "1.19.4" }