Skip to content

Commit cf73d28

Browse files
authored
fix(deps): update dependency redis.clients:jedis to v4.2.3 (GoogleCloudPlatform#7131)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [redis.clients:jedis](https://togithub.com/redis/jedis) | `4.2.2` -> `4.2.3` | [![age](https://badges.renovateapi.com/packages/maven/redis.clients:jedis/4.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/redis.clients:jedis/4.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/redis.clients:jedis/4.2.3/compatibility-slim/4.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/redis.clients:jedis/4.2.3/confidence-slim/4.2.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/jedis</summary> ### [`v4.2.3`](https://togithub.com/redis/jedis/releases/v4.2.3) [Compare Source](https://togithub.com/redis/jedis/compare/v4.2.2...v4.2.3) #### 🐛 Bug Fixes - Fix: return of CLUSTER REPLICAS is Array reply ([#&GoogleCloudPlatform#8203;2990](https://togithub.com/redis/jedis/issues/2990)) - Fix PENDING entries of xinfoStreamFull method ([#&GoogleCloudPlatform#8203;2988](https://togithub.com/redis/jedis/issues/2988)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&GoogleCloudPlatform#8203;sazzad16](https://togithub.com/sazzad16), [@&GoogleCloudPlatform#8203;martin-nagy](https://togithub.com/martin-nagy) and [@&GoogleCloudPlatform#8203;buession](https://togithub.com/buession) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 8612444 commit cf73d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memorystore/redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>redis.clients</groupId>
5151
<artifactId>jedis</artifactId>
52-
<version>4.2.2</version>
52+
<version>4.2.3</version>
5353
</dependency>
5454
<!-- [END memorystore_dependencies] -->
5555
</dependencies>

0 commit comments

Comments
 (0)