Browse Source

Upgrade to Spring Data Bom 2022.0.0-RC2

Closes gh-32938
pull/33011/head
Andy Wilkinson 3 years ago
parent
commit
db8af6e638
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save