Browse Source

Upgrade to Spring Batch 6.0.2

Closes gh-48725
pull/48936/head
Andy Wilkinson 2 weeks ago
parent
commit
eab69232f8
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save