Browse Source

Upgrade to Spring Batch 4.3.0

Closes gh-23963
pull/23986/head
Stephane Nicoll 5 years ago
parent
commit
dc54394c03
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save