Browse Source

Upgrade to Spring Data Bom 2021.2.14

Closes gh-36173
pull/36620/head
Stephane Nicoll 3 years ago
parent
commit
67bae9de36
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save