Browse Source

Upgrade to Spring Batch 6.0.1

Closes gh-48437
pull/47260/merge
Andy Wilkinson 1 day ago
parent
commit
eea16211d8
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save