Browse Source

Start building against Spring Data Bom 2024.0.11 snapshots

See gh-45056
pull/45151/head
Phillip Webb 9 months ago
parent
commit
d65e27ebe8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save