Skip to content

Commit 236fa61

Browse files
committed
Upgrade to Spring Data Bom 2024.1.1
Closes gh-43413
1 parent 42aff42 commit 236fa61

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
@@ -2132,7 +2132,7 @@ bom {
21322132
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
21332133
}
21342134
}
2135-
library("Spring Data Bom", "2024.1.1-SNAPSHOT") {
2135+
library("Spring Data Bom", "2024.1.1") {
21362136
considerSnapshots()
21372137
calendarName = "Spring Data Release"
21382138
group("org.springframework.data") {

0 commit comments

Comments
 (0)