Commit 2a10895 1 parent d342ca7 commit 2a10895 Copy full SHA for 2a10895
File tree 3 files changed +3
-3
lines changed
bdk-app-spring-boot-example
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
17
17
dependencies {
18
18
// 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 ' )
20
20
// import Jackson's BOM
21
21
api platform(' com.fasterxml.jackson:jackson-bom:2.18.2' )
22
22
// import Jersey's BOM
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' bdk.java-common-conventions'
3
- id ' org.springframework.boot' version " 3.2.2 "
3
+ id ' org.springframework.boot' version " 3.4.3 "
4
4
}
5
5
6
6
description = ' Symphony Java BDK Examples for the SpringBoot integration'
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' bdk.java-common-conventions'
3
- id ' org.springframework.boot' version " 3.2.2 "
3
+ id ' org.springframework.boot' version " 3.4.3 "
4
4
}
5
5
6
6
description = ' Symphony Java BDK Examples for the SpringBoot integration'
You can’t perform that action at this time.
0 commit comments