Skip to content

Commit

Permalink
Bump jedis from 2.8.0 to 3.0.0 in /modules/junit-jupiter (#1065)
Browse files Browse the repository at this point in the history
Bumps [jedis](https://github.com/xetorthio/jedis) from 2.8.0 to 3.0.0.
- [Release notes](https://github.com/xetorthio/jedis/releases)
- [Commits](redis/jedis@jedis-2.8.0...jedis-3.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bsideup committed Dec 25, 2018
1 parent 6ef49c0 commit a4c4cbe
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:2.8.0'
testCompile 'redis.clients:jedis:3.0.0'

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

0 comments on commit a4c4cbe

Please sign in to comment.