Browse Source

Start building against Spring Data Bom 2025.0.7 snapshots

See gh-48427
3.5.x
Stéphane Nicoll 2 months ago
parent
commit
53c0aa3e64
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2254,7 +2254,7 @@ bom { @@ -2254,7 +2254,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
}
}
library("Spring Data Bom", "2025.0.6") {
library("Spring Data Bom", "2025.0.7-SNAPSHOT") {
prohibit {
versionRange "[2025.1.0-M1,)"
because "it exceeds our baseline"

Loading…
Cancel
Save