Browse Source

Upgrade to Spring Batch 5.2.3

Closes gh-47087
pull/47317/head
Stéphane Nicoll 3 months ago
parent
commit
11de7d1ca6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2238,7 +2238,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.3-SNAPSHOT") { library("Spring Batch", "5.2.3") {
considerSnapshots() considerSnapshots()
group("org.springframework.batch") { group("org.springframework.batch") {
bom("spring-batch-bom") bom("spring-batch-bom")

Loading…
Cancel
Save