Browse Source

Start building against Spring Data Bom 2025.1.1 snapshots

See gh-48438
pull/48480/head
Stéphane Nicoll 3 weeks ago
parent
commit
342de0caaa
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save