Browse Source

Upgrade to Spring Batch 5.2.2

Closes gh-44568
pull/44507/head
Andy Wilkinson 9 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 { @@ -2111,7 +2111,7 @@ bom {
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()
group("org.springframework.batch") {
imports = [

Loading…
Cancel
Save