Browse Source

Upgrade to Spring Data Bom 2023.0.3

Closes gh-36845
pull/38706/head
Stephane Nicoll 2 years ago
parent
commit
a75bae6711
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save