Browse Source

Start building against Spring Data 2021.2.0-M3 snapshots

See gh-29765
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
b2659f5da8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save