Skip to content

Commit 7ef8927

Browse files
Update spring to v4
1 parent 668be3e commit 7ef8927

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contentgrid-appserver-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88
}
99

1010
dependencies {
11-
api platform('org.springframework.boot:spring-boot-dependencies:3.5.10')
11+
api platform('org.springframework.boot:spring-boot-dependencies:4.0.2')
1212
api platform('com.contentgrid.thunx:thunx-bom:0.15.0')
1313

1414
constraints {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginManagement {
22
plugins {
33
id "io.freefair.lombok" version "9.2.0"
4-
id 'org.springframework.boot' version '3.5.10'
4+
id 'org.springframework.boot' version '4.0.2'
55
}
66
}
77

0 commit comments

Comments
 (0)