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 e7560d4 + 524b1ac commit 27b8adfCopy full SHA for 27b8adf
modules/junit-jupiter/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
testImplementation project(':mysql')
9
testImplementation project(':postgresql')
10
testImplementation 'com.zaxxer:HikariCP:4.0.3'
11
- testImplementation 'redis.clients:jedis:5.0.0'
+ testImplementation 'redis.clients:jedis:5.0.1'
12
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
13
testImplementation ('org.mockito:mockito-core:4.11.0') {
14
exclude(module: 'hamcrest-core')
0 commit comments