Skip to content

Commit

Permalink
Bump jedis from 3.0.0 to 3.0.1 in /modules/junit-jupiter (#1104)
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and bsideup committed Dec 28, 2018
1 parent 83ce69c commit 74c8a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testCompile project(':mysql')
testCompile project(':postgresql')
testCompile 'com.zaxxer:HikariCP:3.2.0'
testCompile 'redis.clients:jedis:3.0.0'
testCompile 'redis.clients:jedis:3.0.1'

testRuntime 'org.postgresql:postgresql:42.2.5'
testRuntime 'mysql:mysql-connector-java:8.0.13'
Expand Down

0 comments on commit 74c8a2f

Please sign in to comment.