Browse Source

Upgrade to Spring Retry 2.0.3

Closes gh-37281
pull/37393/head
Stephane Nicoll 2 years ago
parent
commit
0535f1c762
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save