Browse Source

Upgrade to Spring Data Bom 2023.1.7

Closes gh-41018
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
10dcdccbe1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save