Browse Source

Start building against Spring Data 2021.1.4 snapshots

See gh-30602
pull/30839/head
Stephane Nicoll 4 years ago
parent
commit
65e2c20ca8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save