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'