Skip to content

Commit

Permalink
Merge pull request #890 from lukas-krecan/dependabot/maven/redis.clie…
Browse files Browse the repository at this point in the history
…nts-jedis-4.1.0

Bump jedis from 3.7.0 to 4.1.0
  • Loading branch information
lukas-krecan committed Jan 26, 2022
2 parents 01581f0 + b49ceb0 commit ef3a2a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.0</version>
<version>3.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion providers/redis/shedlock-provider-redis-jedis4/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>4.0.1</version>
<version>4.1.0</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.7.0</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ef3a2a9

Please sign in to comment.