Skip to content

Commit 29f96b3

Browse files
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) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=redis.clients:jedis&package-manager=maven&previous-version=7.5.0&new-version=7.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)
2 parents e21790d + ab7da35 commit 29f96b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redisw/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<name>ArcadeDB RedisW</name>
3535

3636
<properties>
37-
<jedis.version>7.5.0</jedis.version>
37+
<jedis.version>7.5.2</jedis.version>
3838
</properties>
3939

4040
<dependencies>

0 commit comments

Comments
 (0)