Browse Source

Upgrade to Spring Batch 4.3.3

Closes gh-26392
pull/26632/head
Stephane Nicoll 5 years ago
parent
commit
e71b4aac7b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save