From fec62aeabfe44ece73b8f55c3140f04f1d581aac Mon Sep 17 00:00:00 2001
From: Scala Steward <scala_steward@virtuslab.com>
Date: Tue, 31 Dec 2024 16:06:39 +0000
Subject: [PATCH] Update lettuce-core to 6.5.2.RELEASE

---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 5d8e7b84..1398e102 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,7 +30,7 @@ lazy val `lila-ws` = project
       ("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC13")
         .exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
       "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC14",
-      "io.lettuce"        % "lettuce-core"                           % "6.5.1.RELEASE",
+      "io.lettuce"        % "lettuce-core"                           % "6.5.2.RELEASE",
       "io.netty"          % "netty-handler"                          % nettyVersion,
       "io.netty"          % "netty-codec-http"                       % nettyVersion,
       ("io.netty"         % s"netty-transport-native-epoll"          % nettyVersion)