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')