Browse Source

Upgrade to Spring Data Bom 2024.1.12

Closes gh-48024
pull/48297/head
Stéphane Nicoll 1 month ago
parent
commit
8f2a7d2abe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2131,7 +2131,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
} }
} }
library("Spring Data Bom", "2024.1.12-SNAPSHOT") { library("Spring Data Bom", "2024.1.12") {
considerSnapshots() considerSnapshots()
calendarName = "Spring Data Release" calendarName = "Spring Data Release"
group("org.springframework.data") { group("org.springframework.data") {

Loading…
Cancel
Save