Browse Source

Upgrade to Spring Data Bom 2024.0.13

Closes gh-45754
3.3.x
Stéphane Nicoll 9 months ago
parent
commit
91ff768035
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save