Configure more version alignment for Spring Data dependencies

Closes gh-45698
This commit is contained in:
Andy Wilkinson
2025-05-27 13:56:00 +01:00
parent f0757440e9
commit 5b2cb79bb1
3 changed files with 180 additions and 8 deletions

View File

@@ -939,6 +939,13 @@ bom {
}
}
library("Jedis", "5.0.2") {
alignWith {
property {
name "jedis"
of "org.springframework.data:spring-data-redis"
managedBy "Spring Data Bom"
}
}
group("redis.clients") {
modules = [
"jedis"
@@ -1150,6 +1157,13 @@ bom {
}
}
library("Lettuce", "6.3.2.RELEASE") {
alignWith {
property {
name "lettuce"
of "org.springframework.data:spring-data-redis"
managedBy "Spring Data Bom"
}
}
group("io.lettuce") {
modules = [
"lettuce-core"
@@ -1452,6 +1466,12 @@ bom {
}
}
library("MongoDB", "5.0.1") {
alignWith {
version {
from "org.springframework.data:spring-data-mongodb"
managedBy "Spring Data Bom"
}
}
group("org.mongodb") {
modules = [
"bson",