diff --git a/thunx-dependencies/build.gradle b/thunx-dependencies/build.gradle index 5a6850a4..86caf13b 100644 --- a/thunx-dependencies/build.gradle +++ b/thunx-dependencies/build.gradle @@ -9,7 +9,7 @@ javaPlatform { dependencies { api platform(project(":thunx-bom")) - api platform("org.springframework.boot:spring-boot-dependencies:2.7.9") + api platform("org.springframework.boot:spring-boot-dependencies:2.7.10") api platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.6") api platform("org.testcontainers:testcontainers-bom:1.17.6") diff --git a/thunx-integration-tests/api-integration-tests/build.gradle b/thunx-integration-tests/api-integration-tests/build.gradle index 315a31e8..4b4d6020 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.9") + implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.10") implementation platform(project(":thunx-bom")) compileOnly 'org.projectlombok:lombok'