From 77c36088b64f274ade82ab79d8fcafbfafec4d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:39:00 +0000 Subject: [PATCH] Bump redis.clients:jedis from 3.6.0 to 5.1.5 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 3.6.0 to 5.1.5. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-3.6.0...v5.1.5) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- redis-concurrency-limit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-concurrency-limit/build.gradle b/redis-concurrency-limit/build.gradle index 20c5088092..f5d291f3f0 100644 --- a/redis-concurrency-limit/build.gradle +++ b/redis-concurrency-limit/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation project(':conductor-common') implementation project(':conductor-core') - implementation "redis.clients:jedis:3.6.0" // Jedis version "revJedis=3.3.0" does not play well with Spring Data Redis + implementation "redis.clients:jedis:5.1.5" // Jedis version "revJedis=3.3.0" does not play well with Spring Data Redis implementation "org.apache.commons:commons-lang3" testImplementation "org.apache.groovy:groovy-all:${revGroovy}"