Browse Source

Start building against Spring Data Bom 2024.0.1 snapshots

See gh-41033
pull/41051/head
Andy Wilkinson 2 years ago
parent
commit
d7e2b49f0b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save