Browse Source

Start building against Spring Data Bom 2025.1.2 snapshots

See gh-48716
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
94a3fc598c
  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.1") {
library("Spring Data Bom", "2025.1.2-SNAPSHOT") {
considerSnapshots()
calendarName = "Spring Data Release"
group("org.springframework.data") {

Loading…
Cancel
Save