Browse Source

Upgrade to Spring Data Bom 2023.1.1

Closes gh-38697
pull/38844/head
Brian Clozel 2 years ago
parent
commit
42830dc621
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save