Browse Source

Upgrade to Spring Data Bom 2023.1.10

Closes gh-42124
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
d3861bcaef
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save