Browse Source

Start building against Spring Data Bom 2025.1.1 snapshots

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

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

@ -2398,7 +2398,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", "2025.1.0") { library("Spring Data Bom", "2025.1.1-SNAPSHOT") {
considerSnapshots() considerSnapshots()
calendarName = "Spring Data Release" calendarName = "Spring Data Release"
group("org.springframework.data") { group("org.springframework.data") {

Loading…
Cancel
Save