dependabot[bot] opened a new pull request, #15973:
URL: https://github.com/apache/druid/pull/15973

   Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.0.2 to 
5.1.1.
   <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>5.1.1</h2>
   <h1>Changes</h1>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Avoid NPE in MultiNodePipelineBase.java (<a 
href="https://redirect.github.com/redis/jedis/issues/3697";>#3697</a>)</li>
   <li>Fix probable missing (RESP3) protocol processing (<a 
href="https://redirect.github.com/redis/jedis/issues/3692";>#3692</a>)</li>
   <li>Use circuit breaker fallback exception list (<a 
href="https://redirect.github.com/redis/jedis/issues/3664";>#3664</a>)</li>
   </ul>
   <h2>🧰 Maintenance</h2>
   <ul>
   <li>Access Reducer attributes (<a 
href="https://redirect.github.com/redis/jedis/issues/3637";>#3637</a>)</li>
   <li>Replace deprecated set-output command with environment file (<a 
href="https://redirect.github.com/redis/jedis/issues/3622";>#3622</a>)</li>
   <li>Bump jackson.version from 2.16.0 to 2.16.1 (<a 
href="https://redirect.github.com/redis/jedis/issues/3666";>#3666</a>)</li>
   <li>Bump jackson databind and jsr310 to 2.16.0 (<a 
href="https://redirect.github.com/redis/jedis/issues/3655";>#3655</a>)</li>
   <li>Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.1 to 2.8.3 
(<a href="https://redirect.github.com/redis/jedis/issues/3647";>#3647</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/dependabot";><code>@​dependabot</code></a>, <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot], <a 
href="https://github.com/jongwooo";><code>@​jongwooo</code></a>, <a 
href="https://github.com/sazzad16";><code>@​sazzad16</code></a> and <a 
href="https://github.com/stillerrr";><code>@​stillerrr</code></a></p>
   <h2>5.1.0</h2>
   <h1>Changes</h1>
   <h2>🔥 Breaking Changes</h2>
   <ul>
   <li>Adding Pipeline &amp; Transaction with failover to multi cluster (<a 
href="https://redirect.github.com/redis/jedis/issues/3602";>#3602</a>)</li>
   <li>Move JedisMetaInfo into parent package and made private (<a 
href="https://redirect.github.com/redis/jedis/issues/3590";>#3590</a>)</li>
   <li>Encode map in encoded object (<a 
href="https://redirect.github.com/redis/jedis/issues/3555";>#3555</a>)</li>
   </ul>
   <h2>🧪 Experimental Features</h2>
   <ul>
   <li>Pipeline &amp; Transaction with failover to multi cluster (<a 
href="https://redirect.github.com/redis/jedis/issues/3602";>#3602</a>)</li>
   <li>Support GEOSHAPE field type in RediSearch (<a 
href="https://redirect.github.com/redis/jedis/issues/3561";>#3561</a>)</li>
   <li>Re-add FT.DROPINDEX and FT.ALTER in pipeline (<a 
href="https://redirect.github.com/redis/jedis/issues/3549";>#3549</a>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li>Add CLUSTER SHARDS command support (<a 
href="https://redirect.github.com/redis/jedis/issues/2984";>#2984</a>) (<a 
href="https://redirect.github.com/redis/jedis/issues/3598";>#3598</a>)</li>
   <li>Added HSET variants to ease complex objects (<a 
href="https://redirect.github.com/redis/jedis/issues/3605";>#3605</a>)</li>
   <li>Introducing periodic topology mechanism for JedisCluster (<a 
href="https://redirect.github.com/redis/jedis/issues/3596";>#3596</a>)</li>
   <li>Support RESET command (<a 
href="https://redirect.github.com/redis/jedis/issues/3015";>#3015</a>)</li>
   <li>Broadcast FUNCTION LOAD command methods (<a 
href="https://redirect.github.com/redis/jedis/issues/3557";>#3557</a>)</li>
   <li>Feature: Triggers and functions commands (<a 
href="https://redirect.github.com/redis/jedis/issues/3531";>#3531</a>)</li>
   <li>Escape utils for RediSearch queries (<a 
href="https://redirect.github.com/redis/jedis/issues/3544";>#3544</a>)</li>
   <li>Address further CLIENT SETINFO suffix rules (<a 
href="https://redirect.github.com/redis/jedis/issues/3536";>#3536</a>)</li>
   <li>Extend CLIENT SETINFO support (<a 
href="https://redirect.github.com/redis/jedis/issues/3509";>#3509</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redis/jedis/commit/64b5aac03bc26a1278796718a49c264d0005164f";><code>64b5aac</code></a>
 Avoid NPE in MultiNodePipelineBase (<a 
href="https://redirect.github.com/redis/jedis/issues/3697";>#3697</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/152d2d44907cd4fac0ed96170db98ac465442637";><code>152d2d4</code></a>
 Running doctests also on emb-examples (<a 
href="https://redirect.github.com/redis/jedis/issues/3693";>#3693</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/cf60d25f98a022316ed2b47b2c89dff9313f44b8";><code>cf60d25</code></a>
 Fix probable missing (RESP3) protocol processing (<a 
href="https://redirect.github.com/redis/jedis/issues/3692";>#3692</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/8cad5acac0f901315d21bbf6a1df23c7260ad509";><code>8cad5ac</code></a>
 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (<a 
href="https://redirect.github.com/redis/jedis/issues/3688";>#3688</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/eb64cb9be2e85c2f043ca44c4511790c767c627f";><code>eb64cb9</code></a>
 Run integration workflow for 5.2.0 branch (<a 
href="https://redirect.github.com/redis/jedis/issues/3681";>#3681</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/335fc7c1040090776d92e2a73c2a13f8623164af";><code>335fc7c</code></a>
 Use circuit breaker fallback exception list (<a 
href="https://redirect.github.com/redis/jedis/issues/3664";>#3664</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/dd31d6559173b014f5b65df753f360a528ebc61f";><code>dd31d65</code></a>
 Bump jackson.version from 2.16.0 to 2.16.1 (<a 
href="https://redirect.github.com/redis/jedis/issues/3666";>#3666</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/0701415a95e2a4d785b0ce99a602a36f041d0e9f";><code>0701415</code></a>
 Bump org.apache.maven.plugins:maven-compiler-plugin (<a 
href="https://redirect.github.com/redis/jedis/issues/3665";>#3665</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/66bc3b380c50224707f30b2f979296fb4d8786f9";><code>66bc3b3</code></a>
 Spellcheck as part of CI (<a 
href="https://redirect.github.com/redis/jedis/issues/3492";>#3492</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/b0b044a8f114fff2891fbac73340919de84b31a9";><code>b0b044a</code></a>
 Adding stale issues workflow (<a 
href="https://redirect.github.com/redis/jedis/issues/3528";>#3528</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redis/jedis/compare/v5.0.2...v5.1.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis.clients:jedis&package-manager=maven&previous-version=5.0.2&new-version=5.1.1)](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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to