Browse Source

Start building against Spring Batch 4.3.6 snapshots

See gh-31003
pull/32644/head
Andy Wilkinson 4 years ago
parent
commit
30bdd76bbe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1698,7 +1698,7 @@ bom { @@ -1698,7 +1698,7 @@ bom {
]
}
}
library("Spring Batch", "4.3.5") {
library("Spring Batch", "4.3.6-SNAPSHOT") {
group("org.springframework.batch") {
modules = [
"spring-batch-core",

Loading…
Cancel
Save