Browse Source

Upgrade to Spring Data Bom 2022.0.12

Closes gh-38293
3.0.x
Andy Wilkinson 2 years ago
parent
commit
420091b9c8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1363,7 +1363,7 @@ bom { @@ -1363,7 +1363,7 @@ bom {
]
}
}
library("Spring Data Bom", "2022.0.12-SNAPSHOT") {
library("Spring Data Bom", "2022.0.12") {
considerSnapshots()
calendarName = "Spring Data Release"
group("org.springframework.data") {

Loading…
Cancel
Save