Browse Source

Start building against Spring Batch 5.1.0 snapshots

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

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

@ -1513,7 +1513,7 @@ bom { @@ -1513,7 +1513,7 @@ bom {
]
}
}
library("Spring Batch", "5.1.0-M3") {
library("Spring Batch", "5.1.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.batch") {
imports = [

Loading…
Cancel
Save