Skip to content

Commit d9844af

Browse files
Bump jedis from 3.1.0 to 3.2.0 in /modules/junit-jupiter
Bumps [jedis](https://github.com/xetorthio/jedis) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/xetorthio/jedis/releases) - [Commits](redis/jedis@jedis-3.1.0...jedis-3.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6e1d211 commit d9844af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
testCompile project(':mysql')
88
testCompile project(':postgresql')
99
testCompile 'com.zaxxer:HikariCP:3.4.1'
10-
testCompile 'redis.clients:jedis:3.1.0'
10+
testCompile 'redis.clients:jedis:3.2.0'
1111
testCompile 'org.apache.httpcomponents:httpclient:4.5.10'
1212
testCompile ('org.mockito:mockito-core:3.2.0') {
1313
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)