From 60ffd4374c86503d46c60fc44e5b0cf918f40868 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:36:46 +0000 Subject: [PATCH] Update dependency org.springframework.cloud:spring-cloud-starter-openfeign to v5.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 59866a62..2803f6c4 100644 --- a/build.gradle +++ b/build.gradle @@ -181,7 +181,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aspectj' - implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '5.0.1' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '5.0.2' // auth implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security-oauth2-client'