Browse Source

Upgrade to Spring Batch 5.1.0-M1

Closes gh-36189
pull/36477/head
Stephane Nicoll 3 years ago
parent
commit
4a4b29fcbf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save