Skip to content

Commit

Permalink
Bump redis.clients:jedis from 4.3.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.3.1 to 5.1.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v4.3.1...v5.1.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 0d0eecc commit 04b7fed
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 04b7fed

Please sign in to comment.