Browse Source

Start building against Spring Data Bom 2021.2.18 snapshots

See gh-38282
pull/38403/head
Andy Wilkinson 2 years ago
parent
commit
c95b5409b1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1741,7 +1741,7 @@ bom { @@ -1741,7 +1741,7 @@ bom {
]
}
}
library("Spring Data Bom", "2021.2.17") {
library("Spring Data Bom", "2021.2.18-SNAPSHOT") {
considerSnapshots()
calendarName = "Spring Data Release"
prohibit {

Loading…
Cancel
Save