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

   Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) 
from 2.4.0 to 2.4.2.
   <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>
   <ul>
   <li>2.4.2
   <ul>
   <li>Fixed compatibility issues with <code>StringUtilities.</code> Method 
parameters changed from String to CharSequence broke backward compatibility.  
Linked jars are bound to method signature at compile time, not at runtime. 
Added both methods where needed.  Removed methods with &quot;Not&quot; in the 
name.</li>
   <li>Fixed compatibility issue with <code>FastByteArrayOutputStream.</code> 
The <code>.getBuffer()</code> API was removed in favor of toByteArray(). Now 
both methods exist, leaving <code>getBuffer()</code> for backward 
compatibility.</li>
   <li>The Converter &quot;Everything&quot; test updated to track which pairs 
are tested (fowarded or reverse) and then outputs in order what tests 
combinations are left to write.</li>
   </ul>
   </li>
   <li>2.4.1
   <ul>
   <li><code>Converter</code> has had significant expansion in the types that 
it can convert between, about 670 combinations.  In addition, you can add your 
own conversions to it as well. Call the 
<code>Converter.getSupportedConversions()</code> to see all the combinations 
supported.  Also, you can use <code>Converter</code> instance-based now, 
allowing it to have different conversion tables if needed.</li>
   <li><code>DateUtilities</code> has had performance improvements (&gt; 35%), 
and adds a new <code>.parseDate()</code> API that allows it to return a 
<code>ZonedDateTime.</code> See the updated Javadoc on the class for a complete 
description of all the formats it supports.  Normally, you do not need to use 
this class directly, as you can use <code>Converter</code> to convert between 
<code>Dates</code>, <code>Calendars</code>, and the new Temporal classes like 
<code>ZonedDateTime,</code> <code>Duration,</code> <code>Instance,</code> as 
well as Strings.</li>
   <li><code>FastByteArrayOutputStream</code> updated to match 
<code>ByteArrayOutputStream</code> API. This means that 
<code>.getBuffer()</code> is <code>.toByteArray()</code> and 
<code>.clear()</code> is now <code>.reset().</code></li>
   <li><code>FastByteArrayInputStream</code> added.  Matches 
<code>ByteArrayInputStream</code> API.</li>
   <li>Bug fix: <code>SafeSimpleDateFormat</code> to properly format dates 
having years with fewer than four digits.</li>
   <li>Bug fix: SafeSimpleDateFormat .toString(), .hashCode(), and .equals() 
now delegate to the contain SimpleDataFormat instance.  We recommend using the 
newer DateTimeFormatter, however, this class works well for Java 1.8+ if 
needed.</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jdereg/java-util/commit/7ccfe74e22f421f6bda9abf0f161ab9fb436420b";><code>7ccfe74</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/68378f99cb1ff570aafee45ddd975ff41049b336";><code>68378f9</code></a>
 updated version info.</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/e8a061ea9a323763bb886f746b39e52bc07f009d";><code>e8a061e</code></a>
 * Fixed compatibility issues with <code>StringUtilities.</code> Method 
parameters change...</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/46a05b1d449ee396728f5a347929435b3287430e";><code>46a05b1</code></a>
 Everything tests for converter now captures which pairs have been tested 
(for...</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/d1d89bbc7873e1b7b0686d8f7b650f800c74ede5";><code>d1d89bb</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/3deb45f9111f5494b54ab1e01d2f9ceefbd761c2";><code>3deb45f</code></a>
 Added more conversions for AtomicLong, Long, and Duration.  Prepared for 
rele...</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/bdb6227b90fca3e1806680d342cbbe94e4b12a56";><code>bdb6227</code></a>
 Double, BigDecimal, and BigInteger completed in terms of conversions of 
tempo...</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/05e240eb2ba68496b0dffbc9f713450b4e83cc4c";><code>05e240e</code></a>
 More Converter tests.  More succinct way of setting up date-times using 
Instant.</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/474baae76406d066e2a49fdf5502122a6d0a9f63";><code>474baae</code></a>
 BigDecimal to/from Duration, BigDecimal to/from Instant - code and tests.</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/0e2dd2aa71a8c40f68d39a1b1e058b0b240be1bc";><code>0e2dd2a</code></a>
 BigDecimal and BigInteger working correctly with java.sql.Date</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jdereg/java-util/compare/2.4.0...2.4.2";>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=2.4.0&new-version=2.4.2)](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