Browse Source

Start building against Spring Batch 5.0.1 snapshots

See gh-34150
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
7acf08c12e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1341,7 +1341,7 @@ bom { @@ -1341,7 +1341,7 @@ bom {
]
}
}
library("Spring Batch", "5.0.0") {
library("Spring Batch", "5.0.1-SNAPSHOT") {
group("org.springframework.batch") {
imports = [
"spring-batch-bom"

Loading…
Cancel
Save