Browse Source

Upgrade to Spring Data Bom 2025.1.0-M6

Closes gh-47002
pull/47203/head
Stéphane Nicoll 3 months ago
parent
commit
dec994ff88
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save