From 8d7596c79d9309a06ca7d291c835c11cf4a087c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 00:45:06 +0000 Subject: [PATCH] Bump io.lettuce:lettuce-core from 6.4.0.RELEASE to 6.4.1.RELEASE (#9628) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.4.0.RELEASE to 6.4.1.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.4.0.RELEASE...6.4.1.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 4036e6a263..09d47c4807 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ ext { junitJupiterVersion = '5.11.3' kotlinCoroutinesVersion = '1.8.1' kryoVersion = '5.6.2' - lettuceVersion = '6.4.0.RELEASE' + lettuceVersion = '6.4.1.RELEASE' log4jVersion = '2.24.1' mailVersion = '2.0.3' micrometerTracingVersion = '1.4.0-SNAPSHOT'