diff --git a/build.gradle b/build.gradle index 85302825f0..d962867173 100644 --- a/build.gradle +++ b/build.gradle @@ -346,7 +346,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: versions.springBoot - implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.6' + implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.7' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.10.RELEASE' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.2' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.1'