Skip to content

Commit

Permalink
Merge pull request #454 from lukas-krecan/dependabot/maven/redis.clie…
Browse files Browse the repository at this point in the history
…nts-jedis-3.5.2
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
2 parents e2c2c72 + f823539 commit 7b39d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/redis/shedlock-provider-redis-jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion providers/redis/shedlock-provider-redis-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7b39d2d

Please sign in to comment.