From a45cb78de3282836560acb0f27d1eb370bda0f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:02:15 +0000 Subject: [PATCH] Bump redis.clients:jedis from 4.4.3 to 5.0.1 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] --- api/pom.xml | 2 +- shared/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index fd078dc..e6592a3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -37,7 +37,7 @@ redis.clients jedis - 4.4.3 + 5.0.1 provided 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