diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index 7986c067c89..e7df4ba1fab 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -7,7 +7,7 @@ dependencies { testCompile project(':mysql') testCompile project(':postgresql') testCompile 'com.zaxxer:HikariCP:3.4.5' - testCompile 'redis.clients:jedis:3.3.0' + testCompile 'redis.clients:jedis:4.3.1' testCompile 'org.apache.httpcomponents:httpclient:4.5.13' testCompile ('org.mockito:mockito-core:3.5.15') { exclude(module: 'hamcrest-core')