From 2b5111fcd07713a33235c6f92ba2a0f8d14db529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:05:43 +0000 Subject: [PATCH] Bump io.lettuce:lettuce-core from 6.5.2.RELEASE to 6.5.3.RELEASE (#9803) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.2.RELEASE to 6.5.3.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.3.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.2.RELEASE...6.5.3.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7053c80492..9fbcd636ea 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ ext { junitJupiterVersion = '5.11.4' kotlinCoroutinesVersion = '1.8.1' kryoVersion = '5.6.2' - lettuceVersion = '6.5.2.RELEASE' + lettuceVersion = '6.5.3.RELEASE' log4jVersion = '2.24.3' mailVersion = '2.0.3' micrometerTracingVersion = '1.5.0-SNAPSHOT'