dependabot[bot] opened a new pull request, #20032: URL: https://github.com/apache/camel/pull/20032
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.0.0 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/jedis/releases">redis.clients:jedis's releases</a>.</em></p> <blockquote> <h2>7.1.0</h2> <h1>Overview</h1> <p>Jedis 7.1.0 release adds support for Redis 8.4, including new commands and features</p> <h2>🚀 New Features</h2> <ul> <li>Add support for CLAIM arg in XREADGROUP (<a href="https://redirect.github.com/redis/jedis/issues/4344">#4344</a>)</li> <li>Add MSETEX command support (<a href="https://redirect.github.com/redis/jedis/issues/4361">#4361</a>)</li> </ul> <h2>🚀 Experimental</h2> <ul> <li>Add support for CAS/CAD, DELEX, DIGEST commands (<a href="https://redirect.github.com/redis/jedis/issues/4363">#4363</a>)</li> </ul> <h2>Changes</h2> <ul> <li>Adding a registry that maps command names to their flags (<a href="https://redirect.github.com/redis/jedis/issues/4332">#4332</a>)</li> <li>Reduce log level to warn on reconnect in JedisSentinelPool (<a href="https://redirect.github.com/redis/jedis/issues/4336">#4336</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix connection leak in scanIteration with JedisSentineled <a href="https://redirect.github.com/redis/jedis/issues/4323">#4323</a> (<a href="https://redirect.github.com/redis/jedis/issues/4328">#4328</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (<a href="https://redirect.github.com/redis/jedis/issues/4327">#4327</a>)</li> <li>Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.5 to 5.5.1 (<a href="https://redirect.github.com/redis/jedis/issues/4325">#4325</a>)</li> <li>Increase timeout for countDownLatch await (<a href="https://redirect.github.com/redis/jedis/issues/4333">#4333</a>)</li> <li>docs: Correct builder to use hostAndPort method (<a href="https://redirect.github.com/redis/jedis/issues/4322">#4322</a>)</li> <li>docs: document required optional dependency <code>resilience4j-all</code> (<a href="https://redirect.github.com/redis/jedis/issues/4321">#4321</a>)</li> <li>Enable code highlighting in the docs (<a href="https://redirect.github.com/redis/jedis/issues/4319">#4319</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/ChrisMcD1"><code>@ChrisMcD1</code></a>, <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>, <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/ggivo"><code>@ggivo</code></a> and <a href="https://github.com/uglide"><code>@uglide</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/jedis/commit/978011a9dc8e74c59e0d73574f46baa6ff52bfc9"><code>978011a</code></a> Fix jedis dependency version in README.md</li> <li><a href="https://github.com/redis/jedis/commit/2c7b717bfc6419f68efaabc88c016ec28094eba5"><code>2c7b717</code></a> Add support cas cad v2 (<a href="https://redirect.github.com/redis/jedis/issues/4363">#4363</a>)</li> <li><a href="https://github.com/redis/jedis/commit/fa52d666741e13fab72fe991f539048fbb4a85d2"><code>fa52d66</code></a> Mark StaticCommandFlagsRegistry as internal (<a href="https://redirect.github.com/redis/jedis/issues/4365">#4365</a>)</li> <li><a href="https://github.com/redis/jedis/commit/c8135e215a49c74847b14005c6e2b43e9462fd56"><code>c8135e2</code></a> Add support for CLAIM arg in XREADGROUP (<a href="https://redirect.github.com/redis/jedis/issues/4344">#4344</a>)</li> <li><a href="https://github.com/redis/jedis/commit/0582c3be0a9ab0c3d79ed7f9e4e3cff91fbe9538"><code>0582c3b</code></a> Add msetex command (<a href="https://redirect.github.com/redis/jedis/issues/4361">#4361</a>)</li> <li><a href="https://github.com/redis/jedis/commit/d5e98ab41f3c4f371c2a068a2dda053ef9def5d6"><code>d5e98ab</code></a> Bump 8.4 test image (<a href="https://redirect.github.com/redis/jedis/issues/4362">#4362</a>)</li> <li><a href="https://github.com/redis/jedis/commit/c18881eb061e0faf585dc5976a29c8cc91fdb1c7"><code>c18881e</code></a> Bump integration branch to next release (7.1.x) (<a href="https://redirect.github.com/redis/jedis/issues/4349">#4349</a>)</li> <li><a href="https://github.com/redis/jedis/commit/97dc9b1ea4a6c7097bfc43955b733b80d93113ca"><code>97dc9b1</code></a> Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (<a href="https://redirect.github.com/redis/jedis/issues/4327">#4327</a>)</li> <li><a href="https://github.com/redis/jedis/commit/dea46c5c6f7308172845f8340c52a75403b23eb3"><code>dea46c5</code></a> Add commands flags based on static map (<a href="https://redirect.github.com/redis/jedis/issues/4332">#4332</a>)</li> <li><a href="https://github.com/redis/jedis/commit/47767094844c60d01ebdd11b2445256304443d43"><code>4776709</code></a> Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.5 to 5.5.1 (...</li> <li>Additional commits viewable in <a href="https://github.com/redis/jedis/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
