Browse Source

Upgrade to Spring Batch 6.0.0-RC2

Closes gh-47842
pull/47991/head
Andy Wilkinson 2 months ago
parent
commit
7db5f16cf3
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save