From 92f51728823f7e5f30658805edd35539ed5970cb Mon Sep 17 00:00:00 2001 From: Toon Geens Date: Wed, 5 Oct 2022 21:08:57 +0200 Subject: [PATCH] Move spring-boot and spring-cloud dependency versions manageable by dependabot --- gradle.properties | 6 +----- thunx-dependencies/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 40c9a065..008a80f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1 @@ -group=com.contentgrid.thunx - -springBootBomVersion=2.6.6 -springCloudVersion=2021.0.1 -lombokVersion=1.18.22 \ No newline at end of file +group=com.contentgrid.thunx \ No newline at end of file diff --git a/thunx-dependencies/build.gradle b/thunx-dependencies/build.gradle index 24ff088f..cc4cd29a 100644 --- a/thunx-dependencies/build.gradle +++ b/thunx-dependencies/build.gradle @@ -8,8 +8,8 @@ javaPlatform { } dependencies { - api platform("org.springframework.boot:spring-boot-dependencies:${springBootBomVersion}") - api platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}") + api platform("org.springframework.boot:spring-boot-dependencies:2.6.6") + api platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.1") api platform("org.testcontainers:testcontainers-bom:1.17.5") constraints {