Browse Source

Start building against Spring Batch 6.0.3 snapshots

See gh-49439
pull/49454/head
Stéphane Nicoll 2 weeks ago
parent
commit
3b43d07f8a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save