Browse Source

Start building against Spring Data Bom 2025.0.1 snapshots

See gh-45780
pull/45793/head
Andy Wilkinson 8 months ago
parent
commit
e34f8de75f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save