Skip to content

Commit 913faa6

Browse files
Bump redis.clients:jedis from 6.2.0 to 7.1.0 in /modules/toxiproxy
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.2.0 to 7.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v6.2.0...v7.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fe0976 commit 913faa6

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,5 +4,5 @@ dependencies {
44
api project(':testcontainers')
55
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.11'
66

7-
testImplementation 'redis.clients:jedis:6.2.0'
7+
testImplementation 'redis.clients:jedis:7.1.0'
88
}

0 commit comments

Comments
 (0)