From b7d028fa55d4be302041195454968576ac89cfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:40:18 +0000 Subject: [PATCH] Bump redis.clients:jedis from 3.6.0 to 5.2.0 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 3.6.0 to 5.2.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/jedis-3.6.0...v5.2.0) --- 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..33f224cee9 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.2.0" // 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}"