dependabot[bot] opened a new pull request, #17101: URL: https://github.com/apache/camel/pull/17101
Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 3.0.2 to 3.0.3. <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.3</h4> <blockquote> <ul> <li><code>java.sql.Date</code> conversion - considered a timeless "date", like a birthday, and not shifted due to time zones. Example, <code>2025-02-07T23:59:59[America/New_York]</code> coverage effective date, will remain <code>2025-02-07</code> when converted to any time zone.</li> <li><code>Currency</code> conversions added (toString, toMap and vice-versa)</li> <li><code>Pattern</code> conversions added (toString, toMap and vice-versa)</li> <li><code>YearMonth</code> conversions added (all date-time types to <code>YearMonth</code>)</li> <li><code>Year</code> conversions added (all date-time types to <code>Year</code>)</li> <li><code>MonthDay</code> conversions added (all date-time types to <code>MonthDay</code>)</li> <li>All Temporal classes, when converted to a Map, will typically use a single String to represent the Temporal object. Uses the ISO 8601 formats for dates, other ISO formats for Currency, etc.</li> </ul> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jdereg/java-util/commit/3083a47a4fe7daedf1a74b25390baeacfcbfda84"><code>3083a47</code></a> minor doc update</li> <li><a href="https://github.com/jdereg/java-util/commit/2c78618fc56c2534aeabe53efd27301fb229c0f6"><code>2c78618</code></a> no trailing 0's on BigDecimal, more tests, removed redundant tests.</li> <li><a href="https://github.com/jdereg/java-util/commit/60da99ec66c9c046b154231c6501b8c606270ac9"><code>60da99e</code></a> updated pom.xml depedencies (assertj)</li> <li><a href="https://github.com/jdereg/java-util/commit/d92516328cee3adee7285fadcc87b90f02e92537"><code>d925163</code></a> updated readme version</li> <li><a href="https://github.com/jdereg/java-util/commit/6a6601a4f7fd5d82b4ed3b49084d12801aafa15f"><code>6a6601a</code></a> Disabled tests that need a newer version of json-io (they will be coming onli...</li> <li><a href="https://github.com/jdereg/java-util/commit/4cf4bef3e93b89a041c0400bbfef537cc1b56616"><code>4cf4bef</code></a> version 3.0.3</li> <li><a href="https://github.com/jdereg/java-util/commit/ad59b634a76a01afb1ab0a52732870fb1e614ab3"><code>ad59b63</code></a> Updated readme, pom.xml, changelog.md</li> <li><a href="https://github.com/jdereg/java-util/commit/0895dfce75261c0b0bb3a8ed4e27e5e7edc25446"><code>0895dfc</code></a> - Added Currency and Pattern to Converter.</li> <li><a href="https://github.com/jdereg/java-util/commit/157df54e0309824f23769e52eb9ab5b962092952"><code>157df54</code></a> - All older Java date-time classes and newer temporal classes, output in "one...</li> <li><a href="https://github.com/jdereg/java-util/commit/c6999fe73c121e84f8eb8efb47b0af8bd751603e"><code>c6999fe</code></a> - Added support for more number values to OffsetTime</li> <li>Additional commits viewable in <a href="https://github.com/jdereg/java-util/compare/3.0.2...3.0.3">compare view</a></li> </ul> </details> <br /> [](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]
