Skip to content

Commit

Permalink
Merge pull request #1646 from lukas-krecan/dependabot/maven/redis.cli…
Browse files Browse the repository at this point in the history
…ents-jedis-5.1.0

Bump redis.clients:jedis from 4.3.1 to 5.1.0
  • Loading branch information
lukas-krecan authored Dec 7, 2023
2 parents 0d0eecc + 04b7fed commit a082674
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-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.3.1</version>
<version>5.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 @@ -48,7 +48,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.1</version>
<version>5.1.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit a082674

Please sign in to comment.