Browse Source

Upgrade to Spring Data 2021.0.4

Closes gh-27633
pull/28375/head
Stephane Nicoll 5 years ago
parent
commit
454ea44c39
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1649,7 +1649,7 @@ bom { @@ -1649,7 +1649,7 @@ bom {
]
}
}
library("Spring Data Bom", "2021.0.4-SNAPSHOT") {
library("Spring Data Bom", "2021.0.4") {
group("org.springframework.data") {
imports = [
"spring-data-bom"

Loading…
Cancel
Save