Skip to content

Commit a9bf8ea

Browse files
Bump redis.clients:jedis from 5.1.5 to 6.0.0 in /modules/toxiproxy
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.5 to 6.0.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v5.1.5...v6.0.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77154e1 commit a9bf8ea

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

7-
testImplementation 'redis.clients:jedis:5.1.5'
7+
testImplementation 'redis.clients:jedis:6.0.0'
88
testImplementation 'org.assertj:assertj-core:3.26.3'
99
}

0 commit comments

Comments
 (0)