Skip to content

Commit 1b9a145

Browse files
Upgrade to Spring Boot 3.4.0
1 parent 0c809da commit 1b9a145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symphony-bdk-bom/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
// import Spring Boot's BOM
19-
api platform('org.springframework.boot:spring-boot-dependencies:3.3.4')
19+
api platform('org.springframework.boot:spring-boot-dependencies:3.4.0')
2020
// import Jackson's BOM
2121
api platform('com.fasterxml.jackson:jackson-bom:2.18.0')
2222
// import Jersey's BOM

0 commit comments

Comments
 (0)