Skip to content

Commit be4267f

Browse files
Update spring boot to v3.5.1
1 parent faab9ef commit be4267f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

symphony-bdk-bom/build.gradle

Lines changed: 1 addition & 1 deletion
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.12')
19+
api platform('org.springframework.boot:spring-boot-dependencies:3.5.1')
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

Lines changed: 1 addition & 1 deletion
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.5.1"
44
}
55

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

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

Lines changed: 1 addition & 1 deletion
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.5.1"
44
}
55

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

0 commit comments

Comments
 (0)