From 77878248755814077f18df92ccc14258de216f56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:57:25 +0000 Subject: [PATCH] Update dependency io.lettuce:lettuce-core to v6.5.2.RELEASE --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b11fba2..17a3648 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,7 @@ dependencies { implementation("io.github.cdimascio:dotenv-kotlin:6.5.0") implementation("de.svenkubiak:jBCrypt:0.4.3") implementation("io.konform:konform:0.10.0") - implementation("io.lettuce:lettuce-core:6.5.1.RELEASE") + implementation("io.lettuce:lettuce-core:6.5.2.RELEASE") implementation("org.flywaydb:flyway-core:$flywayVersion") implementation("org.flywaydb:flyway-mysql:$flywayVersion") implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")