Browse Source

Start building against Spring Retry 2.0.12 snapshots

See gh-45443
pull/45503/head
Stéphane Nicoll 9 months ago
parent
commit
6cfca354fd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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