Skip to content

Commit

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

See this package in Maven Repository:
https://mvnrepository.com/artifact/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 May 13, 2021
1 parent ed8c81a commit 3d16fd6
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 @@ -51,7 +51,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.5.2</version>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 3d16fd6

Please sign in to comment.