Browse Source

Start building against Spring Batch 6.0.1 snapshots

See gh-48437
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
801a028211
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save