Skip to content

Commit

Permalink
Update spring boot to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 418a71c commit 20cbf02
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.1.6')
api platform('org.springframework.boot:spring-boot-dependencies:3.2.0')
api platform('com.contentgrid.thunx:thunx-bom:0.9.0')
api platform('com.github.paulcwarren:spring-content-bom:3.0.6')

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.1.6'
id 'org.springframework.boot' version '3.2.0'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
}
Expand Down

0 comments on commit 20cbf02

Please sign in to comment.