Browse Source

Upgrade to Spring Data Bom 2023.0.2

Closes gh-36184
pull/36766/head
Stephane Nicoll 3 years ago
parent
commit
225abf73c6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save