Skip to content

Commit 50e5bfe

Browse files
committed
Align our Lettuce version with that of Spring Data Redis
Closes gh-45704
1 parent efb942e commit 50e5bfe

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
@@ -1182,6 +1182,13 @@ bom {
11821182
}
11831183
}
11841184
library("Lettuce", "6.4.2.RELEASE") {
1185+
alignWith {
1186+
property {
1187+
name "lettuce"
1188+
of "org.springframework.data:spring-data-redis"
1189+
managedBy "Spring Data Bom"
1190+
}
1191+
}
11851192
group("io.lettuce") {
11861193
modules = [
11871194
"lettuce-core"

0 commit comments

Comments
 (0)