Browse Source

Upgrade to Spring Data 2021.2.6

Closes gh-33132
pull/33648/head
Stephane Nicoll 3 years ago
parent
commit
92454ca4e1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save