Skip to content

Commit

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

See this package in Maven Repository:
https://mvnrepository.com/artifact/redis.clients/jedis/

See this project in Snyk:
https://app.snyk.io/org/redislabs/project/6c923163-d30a-43ea-8db6-9779a20be940?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Sep 22, 2021
1 parent d62ebdc commit 8b89abf
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 @@ -52,7 +52,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 8b89abf

Please sign in to comment.