Skip to content

Commit

Permalink
Merge pull request #213 from xenit-eu/renovate/spring-boot
Browse files Browse the repository at this point in the history
Update spring boot to v3.2.5
  • Loading branch information
renovate[bot] authored May 8, 2024
2 parents 12fda37 + 87df772 commit 7a61d4d
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.5')
api platform('com.contentgrid.thunx:thunx-bom:0.10.0')
api platform('com.github.paulcwarren:spring-content-bom:3.0.10')
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.5'
id 'io.spring.dependency-management' version '1.1.5'
id 'java'
}
Expand Down

0 comments on commit 7a61d4d

Please sign in to comment.