Browse Source

Upgrade to Spring Batch 5.0.0-M2

Closes gh-30232
pull/30415/head
Stephane Nicoll 4 years ago
parent
commit
c96b1caab0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save