Browse Source

Start building against Spring Data Bom 2022.0.5 snapshots

See gh-34903
pull/35377/head
Stephane Nicoll 3 years ago
parent
commit
b4f0e25ce1
  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.4") {
library("Spring Data Bom", "2022.0.5-SNAPSHOT") {
group("org.springframework.data") {
imports = [
"spring-data-bom"

Loading…
Cancel
Save