Browse Source

Upgrade to Spring Retry 2.0.12

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

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

@ -2247,7 +2247,7 @@ bom { @@ -2247,7 +2247,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