Browse Source

Upgrade to Spring Batch 5.2.1

Closes gh-43477
pull/43572/head
Stéphane Nicoll 1 year ago
parent
commit
da593800be
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save