Browse Source

Start building against Spring Retry 2.0.11 snapshots

See gh-43486
pull/43520/head
Stéphane Nicoll 1 year ago
parent
commit
e3b0fcf9b6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save