Skip to content

Commit 83ce69c

Browse files
dependabot[bot]bsideup
authored andcommitted
Bump jedis from 3.0.0 to 3.0.1 in /core (#1105)
Bumps [jedis](https://github.com/xetorthio/jedis) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/xetorthio/jedis/releases) - [Commits](redis/jedis@jedis-3.0.0...jedis-3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07eef60 commit 83ce69c

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
@@ -117,7 +117,7 @@ dependencies {
117117
exclude(module: '*')
118118
}
119119

120-
testCompile 'redis.clients:jedis:3.0.0'
120+
testCompile 'redis.clients:jedis:3.0.1'
121121
testCompile 'com.rabbitmq:amqp-client:5.5.1'
122122
testCompile 'org.mongodb:mongo-java-driver:3.9.1'
123123
testCompile ('org.mockito:mockito-core:2.23.4') {

0 commit comments

Comments
 (0)