Browse Source

Start building against Spring Batch 4.3.10 snapshots

See gh-38281
pull/38403/head
Andy Wilkinson 2 years ago
parent
commit
edc6da27f2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1726,7 +1726,7 @@ bom { @@ -1726,7 +1726,7 @@ bom {
]
}
}
library("Spring Batch", "4.3.9") {
library("Spring Batch", "4.3.10-SNAPSHOT") {
considerSnapshots()
prohibit {
versionRange "[5.0.0-M1,)"

Loading…
Cancel
Save