From 2e4df826ea520d194e08809b52e6f1e24ef84e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:16:58 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.9 to 2.7.10. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.9...v2.7.10) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- thunx-dependencies/build.gradle | 2 +- thunx-integration-tests/api-integration-tests/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thunx-dependencies/build.gradle b/thunx-dependencies/build.gradle index 8e261138..8e02903a 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'