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

   Bumps [jedis](https://github.com/redis/jedis) from 3.6.0 to 3.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/redis/jedis/releases";>jedis's releases</a>.</em></p>
   <blockquote>
   <h2>3.9.0</h2>
   <h2>🔥 Breaking Changes</h2>
   <ul>
   <li>Reduce the verbosity of logs in PooledObjectFactory implementations (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/3007";>#3007</a>)
   Log levels in JedisFactory have been changed from WARN to DEBUG.</li>
   <li>Fix: return of CLUSTER REPLICAS is Array reply (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2990";>#2990</a>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li>Add ShardedJedisPoolConfig (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/3009";>#3009</a>)</li>
   </ul>
   <h2>3.8.0</h2>
   <h3>This is the last release planned for Jedis 3.x.</h3>
   <h2>🚀 New Features</h2>
   <ul>
   <li>Added aclLogReset() method to support ACL LOG RESET subcommand (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2737";>#2737</a>)
   This should replace both <code>aclLog(byte[])</code> and 
<code>aclLog(String)</code> methods.</li>
   <li>Support binary version of CLUSTER GETKEYSINSLOT (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2689";>#2689</a>)</li>
   </ul>
   <h2>🧰 Other Changes</h2>
   <ul>
   <li>Refresh nodes when renewSlotCache (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2642";>#2642</a>)</li>
   <li>Change in JedisClusterInfoCache.discoverClusterNodesAndSlots (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2682";>#2682</a>)</li>
   <li>Do not catch checked Exception if it is not thrown (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2615";>#2615</a>)</li>
   <li>Address Jedis version 4 breaking changes (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2737";>#2737</a>)</li>
   <li>Deprecate SENTINEL SLAVES (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2673";>#2673</a>)</li>
   <li>Upgrade Commons Pool to 2.11.1 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2654";>#2654</a>)</li>
   <li>Use slf4j-simple to replace log4j implementation (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2753";>#2753</a>)</li>
   </ul>
   <p>Thanks <a 
href="https://github.com/yangbodong22011";><code>@​yangbodong22011</code></a>, 
<a href="https://github.com/zeekling";><code>@​zeekling</code></a>, <a 
href="https://github.com/adiamzn";><code>@​adiamzn</code></a>, <a 
href="https://github.com/bokshitsky";><code>@​bokshitsky</code></a>, <a 
href="https://github.com/sazzad16";><code>@​sazzad16</code></a> for 
contributing.</p>
   <h2>3.7.1</h2>
   <p>This is a maintenance release for <a 
href="https://logging.apache.org/log4j/2.x/security.html";>CVE-2021-44228</a>, 
the Log4j security issue. This issue has no impact on Jedis, and only impacted 
its tests.</p>
   <h2>Changes</h2>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump log4j-core from 2.13.3 to 2.15.0 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2723";>#2723</a>)</li>
   <li>Limit Redis branch to 6.2 for Jedis branch 3 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2714";>#2714</a>)</li>
   <li>Use only SENTINEL REPLICAS in tests (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2673";>#2673</a>)</li>
   <li>XADD wrong number of arguments message changed (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2672";>#2672</a>)</li>
   <li>Ignore testing 'invalid multibulk length' (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2655";>#2655</a>)</li>
   </ul>
   <h2>3.7.0</h2>
   <h2>Redis Commands and Arguments</h2>
   <ul>
   <li>XAUTOCLAIM Command <a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2498";>#2498</a></li>
   <li>CONFIG SET returns OK status <a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2525";>#2525</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redis/jedis/commit/dd4cd8d6b65ec2131435beaa813117abd9badd95";><code>dd4cd8d</code></a>
 Updating release process in branch 3 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/3013";>#3013</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/466d862fba0aff4656713d2fba75421092f6160c";><code>466d862</code></a>
 Reduce the verbosity of logs in PooledObjectFactory implementations (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/3007";>#3007</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/c03d71fba959b1fdc42bd2df6236ec21c0e5be4d";><code>c03d71f</code></a>
 Add ShardedJedisPoolConfig (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/3009";>#3009</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/c2022a0f6a43231eedb3f30c68db337f3b075837";><code>c2022a0</code></a>
 Fix: return of CLUSTER REPLICAS is Array reply (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2990";>#2990</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/4feceb4939c568c7e43049631d6ecb78b05aa3f3";><code>4feceb4</code></a>
 Use slf4j-simple to replace log4j impl (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2753";>#2753</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/67289c50d3194bc3983102a1906f3e1990a7f65f";><code>67289c5</code></a>
 Address Jedis 4 breaking changes (in Jedis 3) (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2737";>#2737</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/9cf5a461b849272287c359692c3fd29f654d45b2";><code>9cf5a46</code></a>
 Bump log4j to 2.16.0 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2739";>#2739</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/e484518dd4db3dc0b91c020d6461d3be6eb2fd83";><code>e484518</code></a>
 Bump log4j-core from 2.13.3 to 2.15.0 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2723";>#2723</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/6af212f53a05a36ca7139d329e81f2852024d3ac";><code>6af212f</code></a>
 Limit Redis branch to 6.2 for Jedis branch 3 (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2714";>#2714</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/7261cf525c6a12b8d379ca58acfa15db568d7950";><code>7261cf5</code></a>
 support jedis migrate keys encoded by gdk  (<a 
href="https://github-redirect.dependabot.com/redis/jedis/issues/2689";>#2689</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redis/jedis/compare/jedis-3.6.0...v3.9.0";>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=3.6.0&new-version=3.9.0)](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 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