dependabot[bot] opened a new pull request, #5007:
URL: https://github.com/apache/servicecomb-java-chassis/pull/5007

   Bumps 
[org.kiwiproject:consul-client](https://github.com/kiwiproject/consul-client) 
from 1.7.0 to 1.8.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/kiwiproject/consul-client/releases";>org.kiwiproject:consul-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.8.0</h2>
   <h2>Summary</h2>
   <ul>
   <li>2025-10-18T01:18:25Z - <a 
href="https://github.com/kiwiproject/consul-client/compare/v1.8.0-alpha.2...v1.8.0";>7
 commit(s)</a> by <a href="https://github.com/sleberknight";>Scott 
Leberknight</a>, <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <h2>Assorted 👜</h2>
   <ul>
   <li>Fully test TrustManagerUtils [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/502";>#502</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/502";>kiwiproject/consul-client#502</a>)</li>
   <li>Add a failure test in EventClientITest [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/501";>#501</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/501";>kiwiproject/consul-client#501</a>)</li>
   <li>Fixing more flaky tests in EventClientITest [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/500";>#500</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/500";>kiwiproject/consul-client#500</a>)</li>
   </ul>
   <h2>Dependency Updates ⬆️</h2>
   <ul>
   <li>Bump org.kiwiproject:kiwi-bom from 2.1.1 to 2.2.0 in the prod-deps group 
[(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/504";>#504</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/504";>kiwiproject/consul-client#504</a>)</li>
   <li>Remove OkHttp BOM override once kiwi-bom is using OkHttp 5.2.1 (or 
higher) [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/503";>#503</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/503";>kiwiproject/consul-client#503</a>)</li>
   </ul>
   <h2>v1.8.0-alpha.2</h2>
   <h2>Summary</h2>
   <ul>
   <li>2025-10-15T22:53:49Z - <a 
href="https://github.com/kiwiproject/consul-client/compare/v1.8.0-alpha.1...v1.8.0-alpha.2";>19
 commit(s)</a> by <a href="https://github.com/sleberknight";>Scott 
Leberknight</a>, <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <h2>Deprecations ⚠️</h2>
   <ul>
   <li>Deprecate ConsistencyMode#createCachedConsistencyWithMaxAgeAndStale that 
accepts Optional arguments [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/485";>#485</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/485";>kiwiproject/consul-client#485</a>)</li>
   <li>Deprecate the ConsulResponse constructor that accepts Optional<!-- raw 
HTML omitted --> for removal [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/482";>#482</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/482";>kiwiproject/consul-client#482</a>)</li>
   </ul>
   <h2>Improvements 🚀</h2>
   <ul>
   <li>Add getCacheResponseInfoOrNull to ConsulResponse [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/493";>#493</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/493";>kiwiproject/consul-client#493</a>)</li>
   <li>Add new factory method(s) to ConsistencyMode [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/486";>#486</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/486";>kiwiproject/consul-client#486</a>)</li>
   <li>Add constructor to ConsulResponse that takes a (nullable) 
CacheResponseInfo [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/483";>#483</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/483";>kiwiproject/consul-client#483</a>)</li>
   <li>Cache data in getMapWithMetadata should be consistent with getMap [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/479";>#479</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/479";>kiwiproject/consul-client#479</a>)</li>
   </ul>
   <h2>Documentation 📝</h2>
   <ul>
   <li>Improve ConsulCache class-level Javadocs [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/489";>#489</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/489";>kiwiproject/consul-client#489</a>)</li>
   <li>Improve Javadocs for ConsulCache [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/478";>#478</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/478";>kiwiproject/consul-client#478</a>)</li>
   </ul>
   <h2>Assorted 👜</h2>
   <ul>
   <li>Rename FailoverTest to FailoverITest [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/497";>#497</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/497";>kiwiproject/consul-client#497</a>)</li>
   <li>Flaky tests in EventClientITest [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/496";>#496</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/496";>kiwiproject/consul-client#496</a>)</li>
   <li>Improve coverage: add CacheDescriptorTest [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/481";>#481</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/481";>kiwiproject/consul-client#481</a>)</li>
   <li>Use ConsulContainer instead of GenericContainer [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/476";>#476</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/476";>kiwiproject/consul-client#476</a>)</li>
   </ul>
   <h2>Dependency Updates ⬆️</h2>
   <ul>
   <li>Bump org.immutables:value from 2.11.4 to 2.11.6 in the prod-deps group 
[(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/499";>#499</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/499";>kiwiproject/consul-client#499</a>)</li>
   <li>Bump github/codeql-action from 3 to 4 in the actions-deps group [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/498";>#498</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/pull/498";>kiwiproject/consul-client#498</a>)</li>
   <li>Update OkHttp to 5.2.1 [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/487";>#487</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/487";>kiwiproject/consul-client#487</a>)</li>
   </ul>
   <h2>v1.8.0-alpha.1</h2>
   <h2>Summary</h2>
   <ul>
   <li>2025-10-11T23:19:06Z - <a 
href="https://github.com/kiwiproject/consul-client/compare/v1.7.0...v1.8.0-alpha.1";>13
 commit(s)</a> by <a href="https://github.com/sleberknight";>Scott 
Leberknight</a>, <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <p>This is an alpha version only because it updates OkHttp from 4.x to 
5.1.0. It should work, but this allows for testing it out before full 
integration.</p>
   <h2>Improvements 🚀</h2>
   <ul>
   <li>Ignore RejectedExecutionException when scheduling callbacks in 
ConsulCache [(<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/468";>#468</a>)](<a
 
href="https://redirect.github.com/kiwiproject/consul-client/issues/468";>kiwiproject/consul-client#468</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/2444d94dcf6743263cc34687d9c4e55dc2252108";><code>2444d94</code></a>
 [maven-release-plugin] prepare release v1.8.0</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/e04d40868d5d1b7c53e34f53c8b9986cc5752cc3";><code>e04d408</code></a>
 Remove OkHttp BOM override (<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/505";>#505</a>)</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/08b03988adac295bdbdab7dca6d529629e58aef3";><code>08b0398</code></a>
 Bump org.kiwiproject:kiwi-bom from 2.1.1 to 2.2.0 in the prod-deps group (<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/504";>#504</a>)</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/b5f389b7cebb58079bf7ceb6a57fee952f43b796";><code>b5f389b</code></a>
 Fully test TrustManagerUtils (<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/502";>#502</a>)</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/f4b249967190614b4860097d964da3cf51780233";><code>f4b2499</code></a>
 Add a failure test in EventClientITest (<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/501";>#501</a>)</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/bca64feaba473ce67806080fb214548e264745a6";><code>bca64fe</code></a>
 Fixing more flaky tests in EventClientITest (<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/500";>#500</a>)</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/250e042b81b7d1a8e02094e75abaa5da2f692764";><code>250e042</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/7413db53d943e3bd170a7754eaaa25794acfd165";><code>7413db5</code></a>
 [maven-release-plugin] prepare release v1.8.0-alpha.2</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/cc7b8d3c35e8e83adce02b8fbd436d1f68a6d189";><code>cc7b8d3</code></a>
 Fix Javadoc errors in ConsulCache</li>
   <li><a 
href="https://github.com/kiwiproject/consul-client/commit/bab751d8e929011968f74ffa74bdd4f31f8648d2";><code>bab751d</code></a>
 Bump github/codeql-action from 3 to 4 in the actions-deps group (<a 
href="https://redirect.github.com/kiwiproject/consul-client/issues/498";>#498</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/kiwiproject/consul-client/compare/v1.7.0...v1.8.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.kiwiproject:consul-client&package-manager=maven&previous-version=1.7.0&new-version=1.8.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 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]

Reply via email to