Browse Source

Upgrade to Spring Data Bom 2023.1.2

Closes gh-38988
pull/39162/head
Andy Wilkinson 2 years ago
parent
commit
bd14cf6a85
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save