From 0377d9214822fd3f39b873498ea489a8c8578884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 03:18:19 +0000 Subject: [PATCH] Bump redis.clients:jedis from 6.0.0 to 6.1.0 in /modules/junit-jupiter Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/junit-jupiter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index 13652ef111b..312d41ee13f 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -8,7 +8,7 @@ dependencies { testImplementation project(':testcontainers-mysql') testImplementation project(':testcontainers-postgresql') testImplementation 'com.zaxxer:HikariCP:7.0.0' - testImplementation 'redis.clients:jedis:6.0.0' + testImplementation 'redis.clients:jedis:6.1.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation ('org.mockito:mockito-core:4.11.0') { exclude(module: 'hamcrest-core')