Skip to content

Commit

Permalink
fix: upgrade redis.clients:jedis from 3.5.2 to 3.6.0 (#34)
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/1516165b-735d-411c-9da4-b0759b287da8?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed May 17, 2021
1 parent c887db8 commit e7cab06
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 @@ -54,7 +54,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.5.2</version>
<version>3.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e7cab06

Please sign in to comment.