Browse Source

Upgrade to Spring Retry 2.0.10

Closes gh-42540
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
c9e16dc926
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save