Browse Source

Upgrade to Spring Data 2022.0.0

Closes gh-33140
pull/33277/head
Stephane Nicoll 3 years ago
parent
commit
eb6f48cfbc
  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-SNAPSHOT") {
library("Spring Data Bom", "2022.0.0") {
group("org.springframework.data") {
imports = [
"spring-data-bom"

Loading…
Cancel
Save