Browse Source

Upgrade to Spring Batch 5.0.1

Closes gh-34150
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
15097e1e2d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save