Skip to content

Commit 98632a1

Browse files
committed
Merge branch '3.4.x'
Closes gh-46030
2 parents 28e33ef + 50e5bfe commit 98632a1

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
@@ -1264,6 +1264,13 @@ bom {
12641264
contains ".BETA"
12651265
because "we don't want betas"
12661266
}
1267+
alignWith {
1268+
property {
1269+
name "lettuce"
1270+
of "org.springframework.data:spring-data-redis"
1271+
managedBy "Spring Data Bom"
1272+
}
1273+
}
12671274
group("io.lettuce") {
12681275
modules = [
12691276
"lettuce-core"

0 commit comments

Comments
 (0)