Skip to content

Commit

Permalink
fix: upgrade redis.clients:jedis from 3.1.0 to 3.2.0 (#66)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade redis.clients:jedis from 3.1.0 to 3.2.0.

See this package in NPM:
https://www.npmjs.com/package/redis.clients:jedis

See this project in Snyk:
https://app.snyk.io/org/gkorland/project/bf05955d-de0e-4973-a40c-38a21033b8fd?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Mar 11, 2020
1 parent 3ec13b0 commit 6a805dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 6a805dc

Please sign in to comment.