Skip to content

Commit 26fd93b

Browse files
Merge pull request #321 from xenit-eu/renovate/spring-boot
Update spring boot to v3.4.4
2 parents b566dfb + 4c543b2 commit 26fd93b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contentgrid-spring-boot-platform/build.gradle

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

1010

1111
dependencies {
12-
api platform('org.springframework.boot:spring-boot-dependencies:3.4.2')
12+
api platform('org.springframework.boot:spring-boot-dependencies:3.4.4')
1313
api platform('com.contentgrid.thunx:thunx-bom:0.11.1')
1414
api platform('com.github.paulcwarren:spring-content-bom:3.0.17')
1515
api platform('io.cloudevents:cloudevents-bom:4.0.1')

integration-tests/integration-tests-spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.2'
2+
id 'org.springframework.boot' version '3.4.4'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'java'
55
}

0 commit comments

Comments
 (0)