Browse Source

Upgrade to Spring Data Bom 2023.1.9

Closes gh-41724
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
56ad028345
  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.9-SNAPSHOT") {
library("Spring Data Bom", "2023.1.9") {
considerSnapshots()
calendarName = "Spring Data Release"
group("org.springframework.data") {

Loading…
Cancel
Save