From 8f1ead5e4e648e308292756532e482fdafe1cf75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:58:54 +0000 Subject: [PATCH] build(deps): Bump redis.clients:jedis from 7.2.1 to 7.3.0 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.2.1 to 7.3.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v7.2.1...v7.3.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 7.3.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 3fac746e..f0fd8de5 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation("com.vladmihalcea.flexy-pool:flexy-hikaricp:3.1.1") implementation("io.lettuce:lettuce-core:7.4.0.RELEASE") implementation("software.amazon.awssdk:s3:2.41.29") - implementation 'redis.clients:jedis:7.2.1' + implementation 'redis.clients:jedis:7.3.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.13.1")