We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e03837 + e24b16c commit e5750cfCopy full SHA for e5750cf
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.7')
+ api platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
12
api platform('com.contentgrid.thunx:thunx-bom:0.13.1')
13
14
constraints {
settings.gradle
@@ -1,7 +1,7 @@
1
pluginManagement {
2
plugins {
3
id "io.freefair.lombok" version "9.1.0"
4
- id 'org.springframework.boot' version '3.5.7'
+ id 'org.springframework.boot' version '3.5.8'
5
6
7
0 commit comments