Browse Source

Upgrade to Spring Batch 6.0.0-M3

Closes gh-47001
pull/47268/head
Stéphane Nicoll 3 months ago
parent
commit
6d13034455
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2279,7 +2279,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.0-SNAPSHOT") { library("Spring Batch", "6.0.0-M3") {
considerSnapshots() considerSnapshots()
group("org.springframework.batch") { group("org.springframework.batch") {
bom("spring-batch-bom") bom("spring-batch-bom")

Loading…
Cancel
Save