Browse Source

Start building against Spring Retry 2.0.12 snapshots

See gh-45429
pull/45601/head
Stéphane Nicoll 9 months ago
parent
commit
2abd1bedb7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save