Browse Source

Upgrade to Spring Batch 5.2.0-M1

Closes gh-42142
pull/42359/head
Andy Wilkinson 1 year ago
parent
commit
c1bd5bdc8b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1932,7 +1932,7 @@ bom { @@ -1932,7 +1932,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}")
}
}
library("Spring Batch", "5.2.0-SNAPSHOT") {
library("Spring Batch", "5.2.0-M1") {
considerSnapshots()
group("org.springframework.batch") {
imports = [

Loading…
Cancel
Save