Skip to content

Commit

Permalink
Bump redis.clients:jedis from 5.1.5 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.5 to 5.2.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.5...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 7f16098 commit 4a9d228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redis-jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<testcontainers-redis-junit.version>1.6.4</testcontainers-redis-junit.version>
<!-- Using version 5.0.0 or later the onMessage() in the subscriber is never called. This does work with 4.4.x -->
<jedis.version>5.1.5</jedis.version>
<jedis.version>5.2.0</jedis.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4a9d228

Please sign in to comment.