Browse Source

Start building against Spring Data 2020.0.8 snapshots

See gh-25910
pull/26435/head
Stephane Nicoll 5 years ago
parent
commit
aa8f5433ee
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save