From 89a33847f7aa2a87c0184aa4a132947f9ab200ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 11:11:00 +0000 Subject: [PATCH] Bump jedis from 3.6.3 to 4.1.0 Bumps [jedis](https://github.com/redis/jedis) from 3.6.3 to 4.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v3.6.3...v4.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- java-examples/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-examples/build.gradle b/java-examples/build.gradle index 9ff489d4..8bb7864e 100644 --- a/java-examples/build.gradle +++ b/java-examples/build.gradle @@ -5,7 +5,7 @@ plugins { dependencies { implementation 'org.apache.commons:commons-csv:1.9.0' implementation 'org.javatuples:javatuples:1.2' - implementation 'redis.clients:jedis:3.6.3' + implementation 'redis.clients:jedis:4.1.0' implementation 'commons-codec:commons-codec:1.15' implementation 'org.ow2.asm:asm-all:6.0_BETA' implementation 'com.alibaba:fastjson:1.2.78' -- GitLab