Browse Source

Start building against Spring Batch 4.3.2 snapshots

See gh-25580
pull/25690/head
Stephane Nicoll 5 years ago
parent
commit
22b1517d58
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save