Browse Source

Upgrade to Spring Retry 2.0.8

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

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

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

Loading…
Cancel
Save