From 8de3ef852ff66713e036fd69117a2e210224fdf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:09:24 +0000 Subject: [PATCH] Update spring cloud --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fd7356295..2d83180eb 100644 --- a/build.gradle +++ b/build.gradle @@ -226,7 +226,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-mail' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web' - implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.4' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.5' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-activemq' // region: feign clients implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3' @@ -261,7 +261,7 @@ dependencies { integrationTestImplementation sourceSets.main.runtimeClasspath integrationTestImplementation sourceSets.test.runtimeClasspath - integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.3' + integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.4' integrationTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.3', { exclude group: 'junit', module: 'junit'