Browse Source

Upgrade to Spring Batch 5.2.2

Closes gh-44568
pull/44507/head
Andy Wilkinson 11 months ago
parent
commit
f86a6fb164
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save