Browse Source

Start building against Spring Data Bom 2023.1.0 snapshots

See gh-38311
pull/38322/head
Andy Wilkinson 2 years ago
parent
commit
9600bbcf81
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save