Browse Source

Upgrade to Spring Data 2020.0.0-M2

Closes gh-22647
pull/22918/head
Stephane Nicoll 6 years ago
parent
commit
8409df5540
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save