Skip to content

Commit

Permalink
Bump redis.clients:jedis from 4.3.1 to 5.1.1 (#786)
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.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v4.3.1...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent e01d66e commit 049d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastores-parent/datastore-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>An implementation of Apache Wicket's IPageStore that uses Redis as a backend</description>

<properties>
<jedis.version>4.3.1</jedis.version>
<jedis.version>5.1.1</jedis.version>
</properties>
<dependencies>

Expand Down

0 comments on commit 049d398

Please sign in to comment.