Bump org.springframework.retry:spring-retry from 2.0.6 to 2.0.7 (#8)

Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-29 20:32:31 +00:00
committed by GitHub
parent ab1ef617d6
commit 8be63b46e0

View File

@@ -63,7 +63,7 @@ ext {
reactorVersion = '2022.0.20'
snappyVersion = '1.1.10.5'
springDataVersion = '2022.0.13'
springRetryVersion = '2.0.6'
springRetryVersion = '2.0.7'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
testcontainersVersion = '1.19.8'
zstdJniVersion = '1.5.6-3'