From db2c5767c4b8dd0b9ef5f640690cb281f9e7f0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:04:10 +0000 Subject: [PATCH] Bump io.lettuce:lettuce-core in /demo/SparkDemo Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 5.0.5.RELEASE to 6.5.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/5.0.5.RELEASE...6.5.1.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/SparkDemo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/SparkDemo/pom.xml b/demo/SparkDemo/pom.xml index 969ab25..5608395 100644 --- a/demo/SparkDemo/pom.xml +++ b/demo/SparkDemo/pom.xml @@ -286,7 +286,7 @@ io.lettuce lettuce-core - 5.0.5.RELEASE + 6.5.1.RELEASE