From 0b0c26c2e9990c54d8f443f6f1dee1e783fdcf34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 00:28:06 +0000 Subject: [PATCH] Update spring boot to v3.2.4 --- contentgrid-spring-boot-platform/build.gradle | 2 +- integration-tests/integration-tests-spring/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contentgrid-spring-boot-platform/build.gradle b/contentgrid-spring-boot-platform/build.gradle index c25a6ef3..fbd2085c 100644 --- a/contentgrid-spring-boot-platform/build.gradle +++ b/contentgrid-spring-boot-platform/build.gradle @@ -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') diff --git a/integration-tests/integration-tests-spring/build.gradle b/integration-tests/integration-tests-spring/build.gradle index a08adad9..b08bbf50 100644 --- a/integration-tests/integration-tests-spring/build.gradle +++ b/integration-tests/integration-tests-spring/build.gradle @@ -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' }