Browse Source

Start building against Spring Data 2020.0.11 snapshots

See gh-27161
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
815ccd14b5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save