From d5cd5588bbd4e899726440437cfd177dbfff881a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:01:18 +0000 Subject: [PATCH] build(deps): Bump redis.clients:jedis from 7.0.0 to 7.1.0 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a99cf54e..da645b4d 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation("org.postgresql:postgresql:42.7.8") implementation("io.lettuce:lettuce-core:7.1.0.RELEASE") implementation("software.amazon.awssdk:s3:2.39.2") - implementation 'redis.clients:jedis:7.0.0' + implementation 'redis.clients:jedis:7.1.0' implementation("org.eclipse.collections:eclipse-collections-api:13.0.0") implementation("org.eclipse.collections:eclipse-collections:13.0.0") implementation("org.apache.commons:commons-pool2:2.12.1")