Browse Source

Upgrade to Spring Batch 5.1.3

Closes gh-43474
pull/43904/head
Stéphane Nicoll 1 year ago
parent
commit
a085a0111d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save