Skip to content

Commit

Permalink
Update spring boot to v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 5acc1ee commit 0b0c26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contentgrid-spring-boot-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ javaPlatform {


dependencies {
api platform('org.springframework.boot:spring-boot-dependencies:3.2.0')
api platform('org.springframework.boot:spring-boot-dependencies:3.2.4')
api platform('com.contentgrid.thunx:thunx-bom:0.10.0')
api platform('com.github.paulcwarren:spring-content-bom:3.0.9')
api platform('io.cloudevents:cloudevents-bom:3.0.0')
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/integration-tests-spring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.0'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
}
Expand Down

0 comments on commit 0b0c26c

Please sign in to comment.