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 3a4794e commit 0377d92Copy full SHA for 0377d92
modules/junit-jupiter/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
testImplementation project(':testcontainers-mysql')
9
testImplementation project(':testcontainers-postgresql')
10
testImplementation 'com.zaxxer:HikariCP:7.0.0'
11
- testImplementation 'redis.clients:jedis:6.0.0'
+ testImplementation 'redis.clients:jedis:6.1.0'
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