Browse Source

Upgrade to Spring Batch 4.3.4

Closes gh-28230
2.4.x
Andy Wilkinson 4 years ago
parent
commit
c6b2567156
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1568,7 +1568,7 @@ bom { @@ -1568,7 +1568,7 @@ bom {
]
}
}
library("Spring Batch", "4.3.4-SNAPSHOT") {
library("Spring Batch", "4.3.4") {
group("org.springframework.batch") {
modules = [
"spring-batch-core",

Loading…
Cancel
Save