Browse Source

Start build against Spring Data 2023.1.0-M2 snapshots

See gh-36680
pull/36455/head
Stephane Nicoll 3 years ago
parent
commit
309ea53ff3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save