Browse Source

Start building against Spring Batch 5.0.4 snapshots

See gh-38492
3.0.x
Andy Wilkinson 2 years ago
parent
commit
7d6a64bb56
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save