Browse Source

Start building against Spring Data Bom 2024.0.10 snapshots

See gh-44561
pull/42891/head
Stéphane Nicoll 10 months ago
parent
commit
08e9e4949b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save