Browse Source

Start building against Spring Data Bom 2023.0.4 snapshots

See gh-37350
pull/38706/head
Stephane Nicoll 2 years ago
parent
commit
2b23bb8923
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save