We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7593da7 + 3684a0b commit 474cf75Copy full SHA for 474cf75
modules/junit-jupiter/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
7
testCompile project(':mysql')
8
testCompile project(':postgresql')
9
- testCompile 'com.zaxxer:HikariCP:3.4.5'
+ testCompile 'com.zaxxer:HikariCP:4.0.3'
10
testCompile 'redis.clients:jedis:3.6.0'
11
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
12
testCompile ('org.mockito:mockito-core:3.10.0') {
0 commit comments