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.
1 parent 6e1d211 commit d9844afCopy full SHA for d9844af
modules/junit-jupiter/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
testCompile project(':mysql')
8
testCompile project(':postgresql')
9
testCompile 'com.zaxxer:HikariCP:3.4.1'
10
- testCompile 'redis.clients:jedis:3.1.0'
+ testCompile 'redis.clients:jedis:3.2.0'
11
testCompile 'org.apache.httpcomponents:httpclient:4.5.10'
12
testCompile ('org.mockito:mockito-core:3.2.0') {
13
exclude(module: 'hamcrest-core')
0 commit comments