From c534efc27c62b8b36c7e47de50b76238a8d265b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:05:05 +0000 Subject: [PATCH] Bump redis.clients:jedis from 4.3.1 to 4.3.2 in /core Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index ff07f2ec454..c87d03238aa 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -103,7 +103,7 @@ dependencies { testImplementation 'com.google.cloud.tools:jib-core:0.23.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.9' - testImplementation 'redis.clients:jedis:4.3.1' + testImplementation 'redis.clients:jedis:4.3.2' testImplementation 'com.rabbitmq:amqp-client:5.17.0' testImplementation 'org.mongodb:mongo-java-driver:3.12.12'