Browse Source

Start building against Spring Retry 2.0.4 snapshots

See gh-37714
pull/37640/head
Andy Wilkinson 2 years ago
parent
commit
5f7bdfc356
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1602,7 +1602,7 @@ bom { @@ -1602,7 +1602,7 @@ bom {
]
}
}
library("Spring Retry", "2.0.3") {
library("Spring Retry", "2.0.4-SNAPSHOT") {
considerSnapshots()
group("org.springframework.retry") {
modules = [

Loading…
Cancel
Save