Skip to content

Commit a46d0a4

Browse files
Bump jedis from 3.0.1 to 4.0.1 in /modules/toxiproxy
Bumps [jedis](https://github.com/redis/jedis) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@jedis-3.0.1...v4.0.1) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d44f68 commit a46d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5'
66

7-
testImplementation 'redis.clients:jedis:3.0.1'
7+
testImplementation 'redis.clients:jedis:4.0.1'
88
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
99

1010
testImplementation project(':test-support')

0 commit comments

Comments
 (0)