Browse Source

Start building against Spring Data 2020.0.3 snapshots

See gh-24700
pull/24986/head
Stephane Nicoll 5 years ago
parent
commit
5bfc0285c6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save