Browse Source

Upgrade to Spring Batch 5.0.2

Closes gh-35309
pull/35555/head
Phillip Webb 3 years ago
parent
commit
3b1f4e6296
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save