Browse Source

Upgrade to Spring Retry 2.0.1

Closes gh-34544
pull/34917/head
Andy Wilkinson 3 years ago
parent
commit
fe77ddca24
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save