Skip to content

Commit 6f4f808

Browse files
Bump jedis from 3.2.0 to 3.3.0 in /modules/junit-jupiter (#2652)
1 parent 2ea0524 commit 6f4f808

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.3'
10-
testCompile 'redis.clients:jedis:3.2.0'
10+
testCompile 'redis.clients:jedis:3.3.0'
1111
testCompile 'org.apache.httpcomponents:httpclient:4.5.11'
1212
testCompile ('org.mockito:mockito-core:3.3.3') {
1313
exclude(module: 'hamcrest-core')

0 commit comments

Comments
 (0)