Browse Source

Start building against Spring Retry 1.3.3 snapshots

See gh-30607
pull/30641/head
Stephane Nicoll 4 years ago
parent
commit
726c4e9ced
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save