Commits
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=96&d=mm)

dependabot[bot] authored and GitHub committed 437f02e7771
MINOR: [Java] Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 in /java (#40352) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3. <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.25.3</h2> <h2>:bug: Bug Fixes</h2> <ul> <li>Lock <code>maven-clean-plugin</code> version for all modules</li> </ul> <h3>Core</h3> <ul> <li>Fix a performance regression in the recursive comparison related to <code>FieldLocation</code> <a href="https://redirect.github.com/assertj/assertj/issues/3350">#3350</a></li> <li>Don't fail when the recursive comparison checks compared fields in collection elements <a href="https://redirect.github.com/assertj/assertj/issues/3349">#3349</a> (proper fix: <a href="https://redirect.github.com/assertj/assertj/issues/3354">#3354</a>)</li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Flatten Maven Plugin 1.6.0 <a href="https://redirect.github.com/assertj/assertj/issues/3335">#3335</a></li> <li>Upgrade to Groovy 4.0.18 <a href="https://redirect.github.com/assertj/assertj/issues/3347">#3347</a></li> <li>Upgrade to Hibernate Core 6.4.2.Final <a href="https://redirect.github.com/assertj/assertj/issues/3338">#3338</a></li> <li>Upgrade to Maven Surefire Report Plugin 3.2.5 <a href="https://redirect.github.com/assertj/assertj/issues/3330">#3330</a></li> <li>Upgrade to PITest Maven 1.15.6 <a href="https://redirect.github.com/assertj/assertj/issues/3348">#3348</a></li> <li>Upgrade to SpotBugs Maven Plugin 4.8.3.0 <a href="https://redirect.github.com/assertj/assertj/issues/3336">#3336</a></li> <li>Upgrade to advanced-security/maven-dependency-submission-action to 4 <a href="https://redirect.github.com/assertj/assertj/issues/3346">#3346</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thanks to all the contributors who worked on this release:</p> <p><a href="https://github.com/ash211"><code>@ash211</code></a></p> <h2>v3.25.2</h2> <h2>:bug: Bug Fixes</h2> <ul> <li>Fix unresolvable Javadoc stylesheet URLs, simplify configuration <a href="https://redirect.github.com/assertj/assertj/issues/3324">#3324</a></li> </ul> <h3>Core</h3> <ul> <li>Fix missing configuration for <code>MatcherAssert</code> soft assertions</li> <li>Make deprecation notice visible in <code>AbstractAssert#asList</code> <a href="https://redirect.github.com/assertj/assertj/issues/3327">#3327</a></li> <li>Recursive comparison uses <code>equals</code> on root object when <code>useOverriddenEquals</code> is enabled <a href="https://redirect.github.com/assertj/assertj/issues/3320">#3320</a></li> <li><code>satisfiesExactlyInAnyOrder</code> fails if <code>actual</code> overrides <code>equals</code> <a href="https://redirect.github.com/assertj/assertj/issues/3339">#3339</a></li> <li>Avoid calling <code>actual.hashCode()</code> and <code>expected.hashCode()</code> in <code>DualValue</code> <a href="https://redirect.github.com/assertj/assertj/issues/3340">#3340</a></li> <li>Recursive comparison checks for existence of fields in types that parameterize nested unordered iterables <a href="https://redirect.github.com/assertj/assertj/issues/3332">#3332</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to EqualsVerifier 3.15.6 <a href="https://redirect.github.com/assertj/assertj/issues/3329">#3329</a></li> <li>Upgrade to Maven Surefire Plugin 3.2.5 <a href="https://redirect.github.com/assertj/assertj/issues/3328">#3328</a></li> <li>Upgrade to Spotless Maven Plugin 2.43.0 <a href="https://redirect.github.com/assertj/assertj/issues/3345">#3345</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thanks to all the contributors who worked on this release:</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj/commit/cd72df8cf56e2b7dc6f560cc1066c3643920fe7f"><code>cd72df8</code></a> [maven-release-plugin] prepare release assertj-build-3.25.3</li> <li><a href="https://github.com/assertj/assertj/commit/c9b3177ad8b133f3b71f95fe94a4f7d9e92d841c"><code>c9b3177</code></a> fix: missing license</li> <li><a href="https://github.com/assertj/assertj/commit/ae62aca8688421652a00b7d8660db30bc4b4a6ad"><code>ae62aca</code></a> Ignore containers when checking compared fields existence in the recursive co...</li> <li><a href="https://github.com/assertj/assertj/commit/bad16efa2bdb181983776b71ecbbcf83032609f5"><code>bad16ef</code></a> chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.4.2.Final to 6....</li> <li><a href="https://github.com/assertj/assertj/commit/c7940570d5b3f5743ac221e303733aeb1c0e6527"><code>c794057</code></a> Fix a performance regression in the recursive comparison related to FieldLoca...</li> <li><a href="https://github.com/assertj/assertj/commit/9ecb7f48689f5effaf601f637d9a75a4c5749693"><code>9ecb7f4</code></a> Lock <code>maven-clean-plugin</code> version for all modules</li> <li><a href="https://github.com/assertj/assertj/commit/d42d40c7d2d35fade2c5da6d0a85d2d3bc4e79cf"><code>d42d40c</code></a> chore(deps): bump org.pitest:pitest-maven from 1.15.3 to 1.15.6 (<a href="https://redirect.github.com/assertj/assertj/issues/3348">#3348</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/5b32492639129a2cc01864515fe882c224534e20"><code>5b32492</code></a> chore(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from ...</li> <li><a href="https://github.com/assertj/assertj/commit/e27cc02080179339948a5ec9ca8dabea5abff3dc"><code>e27cc02</code></a> chore(deps): bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 ...</li> <li><a href="https://github.com/assertj/assertj/commit/97710916f7f750d0ee9a8857b978c7393386571c"><code>9771091</code></a> chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4...</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.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> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>