Skip to content

Commit 5126474

Browse files
committed
revert: lettuce version update
In lettuce 6.5.1 the following error was introduced: redis/lettuce#3054 this is fixed in 6.5.2, but there are other problems and our integration tests continue failing. So we have to revert back to lettuce 6.4.1 and still have GHSA-q4h9-7rxj-7gx2
1 parent f8f892e commit 5126474

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ val testcontainersRedis = "1.6.4"
176176

177177
dependencies {
178178
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)) {
179-
constraints {
180-
implementation("io.lettuce:lettuce-core:6.5.1.RELEASE") {
181-
because("spring boot 3.4.1 depends on lettuce-core 6.4.1.RELEASE which has vulnerability" +
182-
" https://github.com/advisories/GHSA-q4h9-7rxj-7gx which was fixed in 6.5.1.RELEASE")
183-
}
184-
}
185179
}
186180

187181

0 commit comments

Comments
 (0)