Skip to content

Commit e6f8eb1

Browse files
Update spring boot to v3.4.3
1 parent 4576784 commit e6f8eb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7')
19+
api platform('org.springframework.boot:spring-boot-dependencies:3.4.3')
2020
// import Jackson's BOM
2121
api platform('com.fasterxml.jackson:jackson-bom:2.18.2')
2222
// import Jersey's BOM

symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'bdk.java-common-conventions'
3-
id 'org.springframework.boot' version "3.2.2"
3+
id 'org.springframework.boot' version "3.4.3"
44
}
55

66
description = 'Symphony Java BDK Examples for the SpringBoot integration'

symphony-bdk-examples/bdk-spring-boot-example/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'bdk.java-common-conventions'
3-
id 'org.springframework.boot' version "3.2.2"
3+
id 'org.springframework.boot' version "3.4.3"
44
}
55

66
description = 'Symphony Java BDK Examples for the SpringBoot integration'

0 commit comments

Comments
 (0)