Browse Source

Start building against Spring Data 2024.0.0-M2 snapshots

See gh-39893
pull/39948/head
Andy Wilkinson 2 years ago
parent
commit
69e5e8d4a4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save