Browse Source

Start building against Spring Data 2021.2.3 snapshots

See gh-32275
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
dbdb5f40ee
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1674,7 +1674,7 @@ bom { @@ -1674,7 +1674,7 @@ bom {
]
}
}
library("Spring Data Bom", "2021.2.2") {
library("Spring Data Bom", "2021.2.3-SNAPSHOT") {
prohibit("[2022.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save