Browse Source

Start building against Spring Data Bom 2022.0.4 snapshots

See gh-34539
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
0aa0e098b5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save