Browse Source

Start building against Spring Batch 6.0.0-M3 snaphots (again)

This reverts commit a0b1df68d5.

See gh-47001
pull/47209/head
Stéphane Nicoll 3 months ago
parent
commit
d183ab4b17
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save