Browse Source

Start building against Spring Data 2021.1.0-M2 snapshots

See gh-27608
pull/27625/head
Stephane Nicoll 5 years ago
parent
commit
ad7d40b11f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save