Skip to content

Commit e5750cf

Browse files
Merge pull request #190 from xenit-eu/renovate/spring-boot
Update spring boot to v3.5.8
2 parents 1e03837 + e24b16c commit e5750cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7')
11+
api platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
1212
api platform('com.contentgrid.thunx:thunx-bom:0.13.1')
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.1.0"
4-
id 'org.springframework.boot' version '3.5.7'
4+
id 'org.springframework.boot' version '3.5.8'
55
}
66
}
77

0 commit comments

Comments
 (0)