Browse Source

Start building against Spring Data Bom 2025.1.0-RC2 snapshots

See gh-47843
pull/47903/head
Stéphane Nicoll 2 months ago
parent
commit
b0826998ff
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save