Browse Source

Start building against Spring Batch 6.0.2 snapshots

See gh-48715
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
26110cfdb6
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2383,7 +2383,7 @@ bom { @@ -2383,7 +2383,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
}
}
library("Spring Batch", "6.0.1") {
library("Spring Batch", "6.0.2-SNAPSHOT") {
considerSnapshots()
group("org.springframework.batch") {
bom("spring-batch-bom")

Loading…
Cancel
Save