Skip to content

Commit 4065ae8

Browse files
authored
Merge pull request #10721 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents bda398f + b3d0042 commit 4065ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation project(':testcontainers-mysql')
99
testImplementation project(':testcontainers-postgresql')
1010
testImplementation 'com.zaxxer:HikariCP:7.0.0'
11-
testImplementation 'redis.clients:jedis:6.0.0'
11+
testImplementation 'redis.clients:jedis:6.1.0'
1212
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1313
testImplementation ('org.mockito:mockito-core:4.11.0') {
1414
exclude(module: 'hamcrest-core')

modules/toxiproxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':testcontainers')
55
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.7'
66

7-
testImplementation 'redis.clients:jedis:6.0.0'
7+
testImplementation 'redis.clients:jedis:6.1.0'
88
testImplementation 'org.assertj:assertj-core:3.27.4'
99
}
1010

0 commit comments

Comments
 (0)