Browse Source

Start building against Spring Batch 5.2.0 snapshots

See gh-43018
pull/43042/head
Stéphane Nicoll 1 year ago
parent
commit
cf13599345
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save