Browse Source

Start building against Spring Data 2020.0.14 snapshots

See gh-28225
2.4.x
Stephane Nicoll 4 years ago
parent
commit
6c801b9db9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save