Browse Source

Upgrade to Spring Retry 2.0.0-RC2

Closes gh-32600
pull/33505/head
Stephane Nicoll 3 years ago
parent
commit
d53c2b25d0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

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

Loading…
Cancel
Save