We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668be3e commit 7ef8927Copy full SHA for 7ef8927
2 files changed
contentgrid-appserver-platform/build.gradle
@@ -8,7 +8,7 @@ javaPlatform {
8
}
9
10
dependencies {
11
- api platform('org.springframework.boot:spring-boot-dependencies:3.5.10')
+ api platform('org.springframework.boot:spring-boot-dependencies:4.0.2')
12
api platform('com.contentgrid.thunx:thunx-bom:0.15.0')
13
14
constraints {
settings.gradle
@@ -1,7 +1,7 @@
1
pluginManagement {
2
plugins {
3
id "io.freefair.lombok" version "9.2.0"
4
- id 'org.springframework.boot' version '3.5.10'
+ id 'org.springframework.boot' version '4.0.2'
5
6
7
0 commit comments