We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b566dfb + 4c543b2 commit 26fd93bCopy full SHA for 26fd93b
contentgrid-spring-boot-platform/build.gradle
@@ -9,7 +9,7 @@ javaPlatform {
9
10
11
dependencies {
12
- api platform('org.springframework.boot:spring-boot-dependencies:3.4.2')
+ api platform('org.springframework.boot:spring-boot-dependencies:3.4.4')
13
api platform('com.contentgrid.thunx:thunx-bom:0.11.1')
14
api platform('com.github.paulcwarren:spring-content-bom:3.0.17')
15
api platform('io.cloudevents:cloudevents-bom:4.0.1')
integration-tests/integration-tests-spring/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.springframework.boot' version '3.4.2'
+ id 'org.springframework.boot' version '3.4.4'
3
id 'io.spring.dependency-management' version '1.1.7'
4
id 'java'
5
}
0 commit comments