Browse Source

Start building against Spring Batch 6.0.0-RC2 snapshots

See gh-47842
pull/47903/head
Stéphane Nicoll 2 months ago
parent
commit
d72664a45c
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2370,7 +2370,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-RC1") { library("Spring Batch", "6.0.0-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.batch") { group("org.springframework.batch") {
bom("spring-batch-bom") bom("spring-batch-bom")

Loading…
Cancel
Save