Browse Source

Start building against Spring Data Bom 2023.1.6 snapshots

See gh-40658
pull/41000/head
Andy Wilkinson 2 years ago
parent
commit
5f6fb96931
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save