Browse Source

Start building against Spring Data 2022.0.0 snapshots

See gh-33140
pull/33209/head
Stephane Nicoll 3 years ago
parent
commit
261d7bae17
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save