From 48cef22fd35b4f3be10f4a435583332165e0e334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:02:38 +0000 Subject: [PATCH] Bump redis.clients:jedis from 4.4.3 to 5.0.1 in /shared Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.4.3 to 5.0.1. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v4.4.3...v5.0.1) --- 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 3d4fda7..2557d86 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -45,7 +45,7 @@ redis.clients jedis - 4.4.3 + 5.0.1 compile