Browse Source

Upgrade to Spring Batch 5.0.4

Closes gh-38492
3.0.x
Andy Wilkinson 2 years ago
parent
commit
4840ee9f63
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1355,7 +1355,7 @@ bom { @@ -1355,7 +1355,7 @@ bom {
]
}
}
library("Spring Batch", "5.0.4-SNAPSHOT") {
library("Spring Batch", "5.0.4") {
considerSnapshots()
group("org.springframework.batch") {
imports = [

Loading…
Cancel
Save