Browse Source

Start building against Spring Data Bom 2022.0.0 snapshots

See gh-32938
pull/32943/head
Andy Wilkinson 3 years ago
parent
commit
ea0ebe54e3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save