Browse Source

Upgrade to Spring Batch 5.0.1

Closes gh-34352
pull/34365/head
Andy Wilkinson 3 years ago
parent
commit
b266f6ca45
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1328,7 +1328,7 @@ bom { @@ -1328,7 +1328,7 @@ bom {
]
}
}
library("Spring Batch", "5.0.0") {
library("Spring Batch", "5.0.1") {
group("org.springframework.batch") {
imports = [
"spring-batch-bom"

Loading…
Cancel
Save