Browse Source

Start building against Spring Batch 4.3.1 snapshots

See gh-24291
pull/24418/head
Stephane Nicoll 5 years ago
parent
commit
eabcc81b03
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save