Browse Source

Start building against Spring Batch 5.1.0 snapshots

See gh-37230
pull/37242/head
Andy Wilkinson 2 years ago
parent
commit
4b0c8eba4c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save