Upgrade to Spring Retry 2.0.0-RC1

Closes gh-32600
This commit is contained in:
Stephane Nicoll 2022-10-14 10:29:20 +02:00
parent 1900dc7566
commit 0ae448eae6
1 changed files with 1 additions and 1 deletions

View File

@ -1483,7 +1483,7 @@ bom {
]
}
}
library("Spring Retry", "2.0.0-SNAPSHOT") {
library("Spring Retry", "2.0.0-RC1") {
group("org.springframework.retry") {
modules = [
"spring-retry"