Browse Source

Start building against Spring Batch 5.2.0 snapshots

See gh-42560
pull/42395/head
Andy Wilkinson 1 year ago
parent
commit
9d2acf76ca
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1930,7 +1930,7 @@ bom { @@ -1930,7 +1930,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}")
}
}
library("Spring Batch", "5.2.0-M1") {
library("Spring Batch", "5.2.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.batch") {
imports = [

Loading…
Cancel
Save