Browse Source

Start building against Spring Batch 4.3.0-RC1 snapshots

See gh-23189
pull/23215/head
Stephane Nicoll 5 years ago
parent
commit
25f7403a2b
  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-M2") {
library("Spring Batch", "4.3.0-SNAPSHOT") {
group("org.springframework.batch") {
modules = [
"spring-batch-core",

Loading…
Cancel
Save