Browse Source

Start building against Spring Data 2021.0.0 snapshots

See gh-25928
pull/25981/head
Stephane Nicoll 5 years ago
parent
commit
3ee6a945ec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1621,7 +1621,7 @@ bom { @@ -1621,7 +1621,7 @@ bom {
]
}
}
library("Spring Data Bom", "2021.0.0-M5") {
library("Spring Data Bom", "2021.0.0-SNAPSHOT") {
group("org.springframework.data") {
imports = [
"spring-data-bom"

Loading…
Cancel
Save