Browse Source

Upgrade to Spring Data Bom 2022.0.8

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

Loading…
Cancel
Save