Commit 29f96b3
authored
chore(deps-dev): bump redis.clients:jedis from 7.5.0 to 7.5.2 [skip ci]
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.5.0 to 7.5.2.
Release notes
*Sourced from [redis.clients:jedis's releases](https://github.com/redis/jedis/releases).*
> 7.5.2
> -----
>
> This is a maintenance release focused on improving the stability of the [**Automatic Failover** feature](https://redis.github.io/jedis/failover/) (`MultiDbClient`). Recommended for any deployment using `MultiDbClient` / multi-database failover.
>
> 🐛 Bug Fixes
> -----------
>
> * Fixes a connection pool leak in experimental multi-database failover when ping() fails during acquisition. [redis/jedis#4546](https://redirect.github.com/redis/jedis/pull/4546)
>
> 🧰 Maintenance
> -------------
>
> * CommandObjects refactoring Part 4: Backport deprecations to 7.5.x by [`@uglide`](https://github.com/uglide) in [redis/jedis#4517](https://redirect.github.com/redis/jedis/pull/4517)
Commits
* [`e5c1e55`](redis/jedis@e5c1e55) Use validated flag to close connection
* [`9ccfe9f`](redis/jedis@9ccfe9f) Fix connection leak in MultiDbConnectionSupplier
* [`9673859`](redis/jedis@9673859) CommandObjects refactoring Part 4: Backport deprecations to 7.5.x ([#4517](https://redirect.github.com/redis/jedis/issues/4517))
* See full diff in [compare view](redis/jedis@v7.5.0...v7.5.2)
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments