Browse Source

Upgrade to Spring Retry 2.0.4

Closes gh-37714
pull/37905/head
Andy Wilkinson 2 years ago
parent
commit
92cd85002d
  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.4-SNAPSHOT") {
library("Spring Retry", "2.0.4") {
considerSnapshots()
group("org.springframework.retry") {
modules = [

Loading…
Cancel
Save