From 231c48902f9b874d4aba5bdfc20aa7e2bff5ce43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:01:12 +0000 Subject: [PATCH] Bump jedis from 3.6.0 to 4.3.0 in /example Bumps [jedis](https://github.com/redis/jedis) from 3.6.0 to 4.3.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-3.6.0...v4.3.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pom.xml b/example/pom.xml index 3baed9d..8796ca6 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -110,7 +110,7 @@ redis.clients jedis - 3.6.0 + 4.3.0 \ No newline at end of file