Skip to content

Commit 5b4609a

Browse files
Bump jedis from 3.3.0 to 3.6.0 in /modules/junit-jupiter (#4028)
Bumps [jedis](https://github.com/redis/jedis) from 3.3.0 to 3.6.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@jedis-3.3.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 4735b74 commit 5b4609a

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

0 commit comments

Comments
 (0)