Browse Source

Temporarily revert to Spring Batch 6.0.0-M2

The latest snapshots are unfortunately breaking the build.

See gh-47001
pull/47203/head
Phillip Webb 5 months ago
parent
commit
a0b1df68d5
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2296,7 +2296,7 @@ bom { @@ -2296,7 +2296,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}")
}
}
library("Spring Batch", "6.0.0-SNAPSHOT") {
library("Spring Batch", "6.0.0-M2") {
considerSnapshots()
group("org.springframework.batch") {
bom("spring-batch-bom")

Loading…
Cancel
Save