dependabot[bot] opened a new pull request, #220: URL: https://github.com/apache/camel-quarkus-examples/pull/220
Bumps the maven group with 1 update in the /aws-lambda directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /cluster-leader-election directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /cxf-soap directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /file-bindy-ftp directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /file-split-log-xml directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /health directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /http-log directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /jdbc-datasource directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /jms-jpa directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /jpa-idempotent-repository directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /jta-jpa directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /kafka directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /kamelet-chucknorris directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 2 updates in the /message-bridge directory: net.revelc.code:impsort-maven-plugin and [org.assertj:assertj-core](https://github.com/assertj/assertj). Bumps the maven group with 1 update in the /observability directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /platform-http-security-keycloak directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /rest-json directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /timer-log directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 3 updates in the /timer-log-kotlin directory: net.revelc.code:impsort-maven-plugin, org.jetbrains.kotlin:kotlin-maven-allopen and org.jetbrains.kotlin:kotlin-maven-plugin. Bumps the maven group with 1 update in the /timer-log-main directory: net.revelc.code:impsort-maven-plugin. Bumps the maven group with 1 update in the /vertx-websocket-chat directory: net.revelc.code:impsort-maven-plugin. Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/assertj/assertj/releases">org.assertj:assertj-core's releases</a>.</em></p> <blockquote> <h2>v.3.26.0</h2> <h2>:boom: Breaking Changes</h2> <h3>Core</h3> <ul> <li> <p>Delegate <code>OptionalDouble</code> value comparison to <code>Double.compare</code> in <code>hasValue</code> assertion <a href="https://redirect.github.com/assertj/assertj/issues/3411">#3411</a></p> <!-- raw HTML omitted --> <p>This fixes the comparison of <code>NaN</code> values which wasn't working the way the <code>hasValue</code> Javadoc describes.</p> <p>The previous behavior can be obtained with <code>getAsDouble</code>:</p> <pre lang="java"><code>assertThat(OptionalDouble.of(Double.NaN).getAsDouble()).isSameAs(Double.NaN); </code></pre> <!-- raw HTML omitted --> </li> </ul> <h2>:no_entry_sign: Deprecated</h2> <h3>Core</h3> <ul> <li>Deprecate <code>ObjectAssertFactory</code> in favor of <code>Assertions.assertThat(Object)</code></li> <li>Deprecate <code>AssertionErrorFactory</code> in favor of <code>AssertionErrorCreator</code></li> <li>Deprecate <code>catchThrowableOfType(ThrowingCallable, Class)</code> in favor of <code>catchThrowableOfType(Class, ThrowingCallable)</code> <a href="https://redirect.github.com/assertj/assertj/issues/2823">#2823</a></li> <li>Deprecate <code>assertThat(Iterable, AssertFactory)</code>, <code>assertThat(Iterable, Class)</code> and their respective <code>then</code> variants <a href="https://redirect.github.com/assertj/assertj/issues/3453">#3453</a></li> </ul> <h2>:sparkles: New Features</h2> <h3>Core</h3> <ul> <li>Support multiple <code>AfterAssertionErrorCollected</code> callbacks <a href="https://redirect.github.com/assertj/assertj/issues/3313">#3313</a></li> <li>Add <code>InstanceOfAssertFactory</code> for <code>Set</code> instances <a href="https://redirect.github.com/assertj/assertj/issues/3325">#3325</a></li> <li>Add <code>doesNotContainKey</code> and <code>doesNotContainKeys</code> to Guava <code>Multimap</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/3334">#3334</a></li> <li>Add assertions for JDK <code>YearMonth</code> type <a href="https://redirect.github.com/assertj/assertj/issues/3142">#3142</a></li> <li>Add <code>TemporalAssert</code> type <a href="https://redirect.github.com/assertj/assertj/issues/3404">#3404</a></li> <li>Add <code>ignoringFieldsOfTypesMatchingRegexes</code> <a href="https://redirect.github.com/assertj/assertj/issues/3369">#3369</a></li> <li>Add <code>fail(Throwable)</code> and <code>fail()</code> variants <a href="https://redirect.github.com/assertj/assertj/issues/3204">#3204</a></li> <li>Add <code>isPrivate</code> to <code>Class</code> assertions</li> <li>Add <code>doesNot[Start/End]WithWhitespace</code> methods to <code>CharSequence</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/3441">#3441</a></li> <li>Add <code>createAssert(ValueProvider)</code> to <code>AssertFactory</code> <a href="https://redirect.github.com/assertj/assertj/issues/3377">#3377</a></li> <li>Add <code>values()</code> navigation method to <code>AbstractMapAssert</code> <a href="https://redirect.github.com/assertj/assertj/issues/3297">#3297</a></li> <li>Add <code>bytes()</code>/<code>bytes(Charset)</code>/<code>bytes(String)</code> navigation methods to <code>AbstractStringAssert</code> <a href="https://redirect.github.com/assertj/assertj/issues/3232">#3232</a></li> <li>Add <code>doesNotThrowAnyExceptionExcept</code> to <code>AbstractThrowableAssert</code> <a href="https://redirect.github.com/assertj/assertj/issues/3261">#3261</a></li> <li>Add <code>hasPermittedSubclasses</code> to <code>Class</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/3316">#3316</a></li> <li>Add <code>isUnmodifiable</code> to <code>Iterator</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/3477">#3477</a></li> </ul> <h2>:bug: Bug Fixes</h2> <h3>Core</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj/commit/b7aae0383d4a06b9f7e3ee82aa94039e4ce49711"><code>b7aae03</code></a> [maven-release-plugin] prepare release assertj-build-3.26.0</li> <li><a href="https://github.com/assertj/assertj/commit/be4cf7cea4d703a76107217afc2083dbe015b7a4"><code>be4cf7c</code></a> Add <code>isUnmodifiable</code> to <code>Iterator</code> assertions (<a href="https://redirect.github.com/assertj/assertj/issues/3477">#3477</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/6e760db4f2288f9de0f88a874273bdcfda072cb4"><code>6e760db</code></a> chore(deps-dev): bump org.springframework:spring-core from 5.3.35 to 5.3.36 (...</li> <li><a href="https://github.com/assertj/assertj/commit/29d2bbeb5c5ba640ce73f63f717719044a5efeff"><code>29d2bbe</code></a> chore(deps): bump byte-buddy.version from 1.14.15 to 1.14.16 (<a href="https://redirect.github.com/assertj/assertj/issues/3487">#3487</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/97b642a0b462fe0ad25255800f9531eaa44c4c15"><code>97b642a</code></a> Rebuild default date formats used to parse string as dates when the default t...</li> <li><a href="https://github.com/assertj/assertj/commit/9eeb352e1188b8398a952fc9819a5173d44f8fe0"><code>9eeb352</code></a> Refactor tests covering date string conversion</li> <li><a href="https://github.com/assertj/assertj/commit/9707d51dae690505f6bd25102a6dd3f70800923d"><code>9707d51</code></a> chore(deps): bump kotlin.version from 1.9.24 to 2.0.0 (<a href="https://redirect.github.com/assertj/assertj/issues/3484">#3484</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/6bab51761c59a25ec933baad919236d3f45bea6d"><code>6bab517</code></a> chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.5.1.Final to 6....</li> <li><a href="https://github.com/assertj/assertj/commit/5f70fec3ec07e19b032aeb821710f08e1de326c1"><code>5f70fec</code></a> Reduce Qodana verbosity in PRs</li> <li><a href="https://github.com/assertj/assertj/commit/99f2991a15323a3e4afe009d62aac43cca589067"><code>99f2991</code></a> Fix <code>Instant</code> conversion with <code>Date</code> assertions (<a href="https://redirect.github.com/assertj/assertj/issues/3467">#3467</a>)</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.0">compare view</a></li> </ul> </details> <br /> Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.24 to 2.0.0 Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 Updates `net.revelc.code:impsort-maven-plugin` from 1.9.0 to 1.10.0 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
