Skip to content

Commit e8e4629

Browse files
committed
Start building against Spring Data Bom 2024.1.1 snapshots
See gh-43413
1 parent 4f914ab commit e8e4629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ bom {
21302130
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
21312131
}
21322132
}
2133-
library("Spring Data Bom", "2024.1.0") {
2133+
library("Spring Data Bom", "2024.1.1-SNAPSHOT") {
21342134
considerSnapshots()
21352135
calendarName = "Spring Data Release"
21362136
group("org.springframework.data") {

0 commit comments

Comments
 (0)