Skip to content

Commit 9d2acf7

Browse files
committed
Start building against Spring Batch 5.2.0 snapshots
See gh-42560
1 parent 11960df commit 9d2acf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ bom {
19301930
releaseNotes("https://github.com/spring-projects/spring-authorization-server/releases/tag/{version}")
19311931
}
19321932
}
1933-
library("Spring Batch", "5.2.0-M1") {
1933+
library("Spring Batch", "5.2.0-SNAPSHOT") {
19341934
considerSnapshots()
19351935
group("org.springframework.batch") {
19361936
imports = [

0 commit comments

Comments
 (0)