Skip to content

Commit

Permalink
Update spring to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent eee5080 commit 2b10828
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.3.4')
api platform('org.springframework.boot:spring-boot-dependencies:3.4.1')
api platform('com.contentgrid.thunx:thunx-bom:0.11.0')
api platform('com.github.paulcwarren:spring-content-bom:3.0.15')
api platform('io.cloudevents:cloudevents-bom:4.0.1')
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.3.4'
id 'org.springframework.boot' version '3.4.1'
id 'io.spring.dependency-management' version '1.1.7'
id 'java'
}
Expand Down

0 comments on commit 2b10828

Please sign in to comment.