Browse Source

Upgrade to Spring Batch 5.1.1

Closes gh-39479
pull/39958/head
Andy Wilkinson 2 years ago
parent
commit
ae464bfb2d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save