Skip to content

Commit 4735b74

Browse files
Bump jedis from 3.4.0 to 3.6.0 in /core (#4019)
Bumps [jedis](https://github.com/redis/jedis) from 3.4.0 to 3.6.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@jedis-3.4.0...jedis-3.6.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f01d0e5 commit 4735b74

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
@@ -206,7 +206,7 @@ dependencies {
206206
}
207207

208208
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
209-
testCompile 'redis.clients:jedis:3.4.0'
209+
testCompile 'redis.clients:jedis:3.6.0'
210210
testCompile 'com.rabbitmq:amqp-client:5.9.0'
211211
testCompile 'org.mongodb:mongo-java-driver:3.12.7'
212212

0 commit comments

Comments
 (0)