Browse Source

Start building against Spring Data 2021.1.7 snapshots

See gh-32268
pull/32501/head
Stephane Nicoll 4 years ago
parent
commit
b4e97b73a6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save