Browse Source

Upgrade to Spring Batch 5.0.0-M1

Closes gh-29278
pull/29178/head
Andy Wilkinson 4 years ago
parent
commit
5d11c90e6d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save