Browse Source

Upgrade to Spring Data Bom 2023.1.2

Closes gh-38981
pull/39389/head
Andy Wilkinson 2 years ago
parent
commit
84bb060312
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1519,7 +1519,7 @@ bom { @@ -1519,7 +1519,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