Skip to content

Commit 74c8a2f

Browse files
dependabot[bot]bsideup
authored andcommitted
Bump jedis from 3.0.0 to 3.0.1 in /modules/junit-jupiter (#1104)
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 83ce69c commit 74c8a2f

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.2.0'
10-
testCompile 'redis.clients:jedis:3.0.0'
10+
testCompile 'redis.clients:jedis:3.0.1'
1111

1212
testRuntime 'org.postgresql:postgresql:42.2.5'
1313
testRuntime 'mysql:mysql-connector-java:8.0.13'

0 commit comments

Comments
 (0)