Browse Source

Upgrade to Spring Data Bom 2021.2.8

Closes gh-34144
pull/34332/head
Andy Wilkinson 3 years ago
parent
commit
675e4906af
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save