diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ccf0902..b8a02ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.1.0" [libraries] -redis = { module = "io.lettuce:lettuce-core", version = "6.5.1.RELEASE" } +redis = { module = "io.lettuce:lettuce-core", version = "6.5.2.RELEASE" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" } guava = { module = "com.google.guava:guava", version = "33.4.0-jre" }