Browse Source

Start building against Spring Data 2021.1.2 snapshots

See gh-29721
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
1ce07cfe2b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save