From b71ca7b2892bb4a427c035e600d8775b284f20d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 05:31:57 +0000 Subject: [PATCH] Bump redis.clients:jedis from 4.4.3 to 5.1.0 in /shared Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.4.3 to 5.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v4.4.3...v5.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shared/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pom.xml b/shared/pom.xml index e32f14f..29fc0b3 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -45,7 +45,7 @@ redis.clients jedis - 4.4.3 + 5.1.0 compile