Browse Source

Upgrade to Spring Data Bom 2023.1.0-M2

Closes gh-36680
pull/37017/head
Stephane Nicoll 2 years ago
parent
commit
48ea1ed8fb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save