diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index 7b4d924c9f9..78aafa610bb 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -6,7 +6,7 @@ dependencies { testCompile project(':mysql') testCompile project(':postgresql') - testCompile 'com.zaxxer:HikariCP:3.4.5' + testCompile 'com.zaxxer:HikariCP:4.0.3' testCompile 'redis.clients:jedis:3.3.0' testCompile 'org.apache.httpcomponents:httpclient:4.5.12' testCompile ('org.mockito:mockito-core:3.5.7') {