File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
testImplementation project(' :testcontainers-mysql' )
9
9
testImplementation project(' :testcontainers-postgresql' )
10
10
testImplementation ' com.zaxxer:HikariCP:7.0.0'
11
- testImplementation ' redis.clients:jedis:6.0 .0'
11
+ testImplementation ' redis.clients:jedis:6.1 .0'
12
12
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
13
13
testImplementation (' org.mockito:mockito-core:4.11.0' ) {
14
14
exclude(module : ' hamcrest-core' )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
api ' eu.rekawek.toxiproxy:toxiproxy-java:2.1.7'
6
6
7
- testImplementation ' redis.clients:jedis:6.0 .0'
7
+ testImplementation ' redis.clients:jedis:6.1 .0'
8
8
testImplementation ' org.assertj:assertj-core:3.27.4'
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments