Browse Source

Upgrade to Spring Data Bom 2024.1.13

Closes gh-48416
3.4.x
Stéphane Nicoll 5 days ago
parent
commit
6cbe9a4f29
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2135,7 +2135,7 @@ bom { @@ -2135,7 +2135,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
}
}
library("Spring Data Bom", "2024.1.13-SNAPSHOT") {
library("Spring Data Bom", "2024.1.13") {
considerSnapshots()
calendarName = "Spring Data Release"
group("org.springframework.data") {

Loading…
Cancel
Save