Browse Source

Upgrade to Spring Batch 4.2.6.RELEASE

Closes gh-25974
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
ae9576dfcb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1656,7 +1656,7 @@ bom {
] ]
} }
} }
library("Spring Batch", "4.2.5.RELEASE") { library("Spring Batch", "4.2.6.RELEASE") {
group("org.springframework.batch") { group("org.springframework.batch") {
modules = [ modules = [
"spring-batch-core", "spring-batch-core",

Loading…
Cancel
Save