Browse Source

Start building against Spring Batch 4.3.4 snapshots

See gh-28250
pull/28778/head
Stephane Nicoll 4 years ago
parent
commit
c0605ffc71
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save