Skip to content

Commit 31f9931

Browse files
Bump org.springframework.retry:spring-retry from 2.0.1 to 2.0.5 (#166)
Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 2.0.1 to 2.0.5. - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](spring-projects/spring-retry@v2.0.1...v2.0.5) --- updated-dependencies: - dependency-name: org.springframework.retry:spring-retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6f109a commit 31f9931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
implementation("com.aerospike:aerospike-client:${aerospikeClientVersion}")
7878
implementation("com.aerospike:aerospike-document-api:2.0.2")
7979
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8")
80-
implementation('org.springframework.retry:spring-retry:2.0.1')
80+
implementation('org.springframework.retry:spring-retry:2.0.5')
8181
implementation('org.springframework:spring-aspects:6.0.13')
8282
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.0.3')
8383
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0')

0 commit comments

Comments
 (0)