Browse Source

Start building against Spring Data Bom 2023.0.8 snapshots

See gh-38977
pull/39072/head
Andy Wilkinson 2 years ago
parent
commit
d5d4ec99da
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1402,7 +1402,7 @@ bom { @@ -1402,7 +1402,7 @@ bom {
]
}
}
library("Spring Data Bom", "2023.0.7") {
library("Spring Data Bom", "2023.0.8-SNAPSHOT") {
considerSnapshots()
calendarName = "Spring Data Release"
group("org.springframework.data") {

Loading…
Cancel
Save