Browse Source

Upgrade to Spring Batch 6.0.0-RC1

Closes gh-47484
pull/47784/head
Phillip Webb 2 months ago
parent
commit
87954afe37
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save