Browse Source

Upgrade to Spring Batch 5.1.0-M2

Closes gh-36944
pull/37094/head
Stephane Nicoll 2 years ago
parent
commit
8b6e6b610c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1391,7 +1391,7 @@ bom { @@ -1391,7 +1391,7 @@ bom {
]
}
}
library("Spring Batch", "5.1.0-SNAPSHOT") {
library("Spring Batch", "5.1.0-M2") {
group("org.springframework.batch") {
imports = [
"spring-batch-bom"

Loading…
Cancel
Save