Skip to content

Commit

Permalink
Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11
Browse files Browse the repository at this point in the history
Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.10...v2.0.11)

---
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]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent eb36fb5 commit f3b9528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation("com.aerospike:aerospike-client-jdk8:${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.10')
implementation('org.springframework.retry:spring-retry:2.0.11')
implementation('org.springframework:spring-aspects:6.2.1')
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.2.0')
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3')
Expand Down

0 comments on commit f3b9528

Please sign in to comment.