Browse Source

Start building against Spring Retry 2.0.1 snapshots

See gh-34556
pull/34585/head
Andy Wilkinson 3 years ago
parent
commit
1acdc8c9de
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1396,7 +1396,7 @@ bom { @@ -1396,7 +1396,7 @@ bom {
]
}
}
library("Spring Retry", "2.0.0") {
library("Spring Retry", "2.0.1-SNAPSHOT") {
group("org.springframework.retry") {
modules = [
"spring-retry"

Loading…
Cancel
Save