Browse Source

Upgrade to Spring Data Bom 2023.1.0-M3

Closes gh-37351
pull/37434/head
Stéphane Nicoll 2 years ago
parent
commit
b00e6a832f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save