Browse Source

Upgrade to Spring Batch 4.3.10

Closes gh-38281
2.7.x
Andy Wilkinson 2 years ago
parent
commit
7ad6e4470c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1726,7 +1726,7 @@ bom {
] ]
} }
} }
library("Spring Batch", "4.3.10-SNAPSHOT") { library("Spring Batch", "4.3.10") {
considerSnapshots() considerSnapshots()
prohibit { prohibit {
versionRange "[5.0.0-M1,)" versionRange "[5.0.0-M1,)"

Loading…
Cancel
Save