Skip to content

Commit dba25d7

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents a938d55 + 98632a1 commit dba25d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,13 @@ bom {
12071207
contains ".BETA"
12081208
because "we don't want betas"
12091209
}
1210+
alignWith {
1211+
property {
1212+
name "lettuce"
1213+
of "org.springframework.data:spring-data-redis"
1214+
managedBy "Spring Data Bom"
1215+
}
1216+
}
12101217
group("io.lettuce") {
12111218
modules = [
12121219
"lettuce-core"

0 commit comments

Comments
 (0)