Browse Source

Start building against Spring Batch 6.0.2 snapshots

See gh-48725
pull/48767/head
Andy Wilkinson 4 weeks ago
parent
commit
8bfa92e9ea
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2379,7 +2379,7 @@ bom { @@ -2379,7 +2379,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