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 {
] ]
} }
} }
library("Spring Data Bom", "2021.1.3") { library("Spring Data Bom", "2021.1.4-SNAPSHOT") {
group("org.springframework.data") { group("org.springframework.data") {
imports = [ imports = [
"spring-data-bom" "spring-data-bom"

Loading…
Cancel
Save