Browse Source

Start building against Spring Data Bom 2025.1.4 snapshots

See gh-49417
pull/49582/head
Stéphane Nicoll 2 weeks ago
parent
commit
efb97cf7f6
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save