Browse Source

Upgrade to Spring Retry 1.3.2

Closes gh-30229
pull/30505/head
Stephane Nicoll 4 years ago
parent
commit
417a6792a0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save