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

   Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) 
from 3.0.0 to 3.0.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jdereg/java-util/blob/master/changelog.md";>com.cedarsoftware:java-util's
 changelog</a>.</em></p>
   <blockquote>
   <h4>3.0.1</h4>
   <blockquote>
   <ul>
   <li><a 
href="https://github.com/jdereg/java-util/blob/master/userguide.md#classutilities";>ClassUtilities</a>
 adds
   <ul>
   <li><code>Set&lt;Class&lt;?&gt;&gt; 
findLowestCommonSupertypes(Class&lt;?&gt; a, Class&lt;?&gt; b)</code>
   <ul>
   <li>which returns the lowest common anscestor(s) of two classes, excluding 
<code>Object.class.</code>  This is useful for finding the common ancestor of 
two classes that are not related by inheritance.  Generally, executes in O(n 
log n) - uses sort internally.  If more than one exists, you can filter the 
returned Set as you please, favoring classes, interfaces, etc.</li>
   </ul>
   </li>
   <li><code>Class&lt;?&gt; findLowestCommonSupertype(Class&lt;?&gt; a, 
Class&lt;?&gt; b)</code>
   <ul>
   <li>which is a convenience method that calls the above method and then 
returns the first one in the Set or null.</li>
   </ul>
   </li>
   <li><code>boolean haveCommonAncestor(Class&lt;?&gt; a, Class&lt;?&gt; 
b)</code>
   <ul>
   <li>which returns true if the two classes have a common ancestor (excluding 
<code>Object.class</code>).</li>
   </ul>
   </li>
   <li><code>Set&lt;Class&lt;?&gt;&gt; getAllSupertypes(Class&lt;?&gt; 
clazz)</code>
   <ul>
   <li>which returns all superclasses and interfaces of a class, including 
itself.  This is useful for finding all the classes and interfaces that a class 
implements or extends.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>Moved <code>Sealable*</code> test cases to json-io project.</li>
   <li>Removed remaining usages of deprecated 
<code>CompactLinkedMap.</code></li>
   </ul>
   </blockquote>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/jdereg/java-util/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.cedarsoftware:java-util&package-manager=maven&previous-version=3.0.0&new-version=3.0.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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to