Browse Source

Start building against Spring Batch 4.3.6 snapshots

See gh-31020
pull/31139/head
Andy Wilkinson 4 years ago
parent
commit
dbaca5faac
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1677,7 +1677,7 @@ bom { @@ -1677,7 +1677,7 @@ bom {
]
}
}
library("Spring Batch", "4.3.5") {
library("Spring Batch", "4.3.6-SNAPSHOT") {
prohibit("[5.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save