Skip to content

Commit a63cc45

Browse files
Bump springBootVersion from 3.3.4 to 3.4.1
Bumps `springBootVersion` from 3.3.4 to 3.4.1. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.4 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.4.1) Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.4 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.4.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] <[email protected]>
1 parent 4327938 commit a63cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group = 'de.otto.synapse'
2525

2626
ext {
2727
awsSdkVersion = "2.28.9"
28-
springBootVersion = "3.3.4"
28+
springBootVersion = "3.4.1"
2929
edisonVersion = "3.3.2"
3030
testcontainersVersion = "1.20.1"
3131
}

0 commit comments

Comments
 (0)