Skip to content

Commit 59b4c59

Browse files
Bump redis.clients:jedis from 5.1.5 to 6.0.0 in /core
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 59b4c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110
exclude group: 'com.google.guava', module: 'guava'
111111
}
112112
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
113-
testImplementation 'redis.clients:jedis:5.1.5'
113+
testImplementation 'redis.clients:jedis:6.0.0'
114114
testImplementation 'com.rabbitmq:amqp-client:5.22.0'
115115
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
116116

0 commit comments

Comments
 (0)