Browse Source

Upgrade to Spring Data Bom 2025.1.1

Closes gh-48438
pull/48523/head
Stéphane Nicoll 3 months ago
parent
commit
77ec3432cc
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save