Browse Source

Upgrade to Spring Batch 5.0.3

Closes gh-36833
pull/37462/head
Stephane Nicoll 2 years ago
parent
commit
df85c817a6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save