Browse Source

Upgrade to Spring Retry 2.0.12

Closes gh-45443
pull/45604/head
Stéphane Nicoll 8 months ago
parent
commit
a785bb3661
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2384,7 +2384,7 @@ bom { @@ -2384,7 +2384,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
}
}
library("Spring Retry", "2.0.12-SNAPSHOT") {
library("Spring Retry", "2.0.12") {
considerSnapshots()
group("org.springframework.retry") {
modules = [

Loading…
Cancel
Save