Browse Source

Start building against Spring Batch 5.2.5 snapshots

See gh-49406
pull/49591/head
Stéphane Nicoll 2 weeks ago
parent
commit
d30d84b67e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save