Browse Source

Upgrade to Spring Retry 1.3.2

Closes gh-30248
pull/30349/head
Stephane Nicoll 4 years ago
parent
commit
82bc28d530
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save