Browse Source

Upgrade to Spring Batch 6.0.0-RC2

Closes gh-332935
pull/33098/head
Andy Wilkinson 3 years ago
parent
commit
54aaaeec6f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save