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 6a1e5bb + d39f5b9 commit a101139Copy full SHA for a101139
modules/junit-jupiter/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
8
testImplementation project(':testcontainers-mysql')
9
testImplementation project(':testcontainers-postgresql')
10
- testImplementation 'com.zaxxer:HikariCP:7.0.0'
+ testImplementation 'com.zaxxer:HikariCP:7.0.2'
11
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') {
0 commit comments