From 3c4df7c5beae436dd798628716341ada7bfcb431 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:40:22 +0000 Subject: [PATCH] Update spring cloud to v4.3.2 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 894f63ca3..a460d12ab 100644 --- a/build.gradle +++ b/build.gradle @@ -112,8 +112,8 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-autoconfigure' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa' - implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.3.1' - implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign', version: '4.3.1' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.3.2' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign', version: '4.3.2' implementation group:'com.fasterxml.jackson.datatype', name: 'jackson-datatype-json-org', version: versions.fasterXmlJackson implementation group:'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hppc', version: versions.fasterXmlJackson @@ -159,7 +159,7 @@ dependencies { implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '3.0.0' - implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.3.1' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.3.2' implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.44'