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 78b3663 + 2ef95ba commit c66b256Copy full SHA for c66b256
modules/junit-jupiter/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
testImplementation project(':mysql')
8
testImplementation project(':postgresql')
9
testImplementation 'com.zaxxer:HikariCP:4.0.3'
10
- testImplementation 'redis.clients:jedis:3.6.1'
+ testImplementation 'redis.clients:jedis:3.6.3'
11
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
12
testImplementation ('org.mockito:mockito-core:3.11.2') {
13
exclude(module: 'hamcrest-core')
0 commit comments