Browse Source

Upgrade to Spring Retry 2.0.3

Closes gh-37279
pull/37462/head
Stephane Nicoll 3 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 {
] ]
} }
} }
library("Spring Retry", "2.0.3-SNAPSHOT") { library("Spring Retry", "2.0.3") {
considerSnapshots() considerSnapshots()
group("org.springframework.retry") { group("org.springframework.retry") {
modules = [ modules = [

Loading…
Cancel
Save