Merge branch '3.0.x' into 3.1.x

Closes gh-37224
This commit is contained in:
Andy Wilkinson
2023-09-07 10:02:43 +01:00
19 changed files with 753 additions and 74 deletions

View File

@@ -991,6 +991,7 @@ bom {
}
library("Micrometer Tracing", "1.1.4") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"
@@ -1215,6 +1216,7 @@ bom {
}
library("Reactor Bom", "2022.0.10") {
considerSnapshots()
calendarName = "Reactor"
group("io.projectreactor") {
imports = [
"reactor-bom"
@@ -1403,11 +1405,17 @@ bom {
}
library("Spring Data Bom", "2023.0.3") {
considerSnapshots()
calendarName = "Spring Data Release"
prohibit {
versionRange "[2022.0.0-M1,)"
because "it uses Spring Framework 6"
}
group("org.springframework.data") {
imports = [
"spring-data-bom"
]
}
}
library("Spring Framework", "${springFrameworkVersion}") {
considerSnapshots()