Browse Source

Upgrade to Spring Retry 2.0.3

Closes gh-37279
pull/37462/head
Stephane Nicoll 2 years ago
parent
commit
f75a8fedf4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save