Browse Source

Upgrade to Spring Batch 5.1.2

Closes gh-40657
pull/41000/head
Andy Wilkinson 2 years ago
parent
commit
477cdcae21
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save