Browse Source

Upgrade to Spring Batch 6.0.2

Closes gh-48715
pull/48950/head
Andy Wilkinson 1 week ago
parent
commit
547bc773e1
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2386,7 +2386,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") 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() considerSnapshots()
group("org.springframework.batch") { group("org.springframework.batch") {
bom("spring-batch-bom") bom("spring-batch-bom")

Loading…
Cancel
Save