Browse Source

Start building against Spring Batch 5.0.6 snapshots

See gh-40648
3.1.x
Andy Wilkinson 2 years ago
parent
commit
02e390f05d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save