From f186f42e36b5029b58f8768943c054c228e1305e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:38:38 +0000 Subject: [PATCH] Bump org.springframework.retry:spring-retry from 2.0.5 to 2.0.6 Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](https://github.com/spring-projects/spring-retry/compare/v2.0.5...v2.0.6) --- updated-dependencies: - dependency-name: org.springframework.retry:spring-retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8d6188..25ccd86 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation("com.aerospike:aerospike-client:${aerospikeClientVersion}") implementation("com.aerospike:aerospike-document-api:2.0.3") implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8") - implementation('org.springframework.retry:spring-retry:2.0.5') + implementation('org.springframework.retry:spring-retry:2.0.6') implementation('org.springframework:spring-aspects:6.1.5') implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.0') implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0')