Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#987)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.0 to 3.27.1. <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>v3.27.1</h2> <h2>:no_entry_sign: Deprecated</h2> <h3>Core</h3> <ul> <li>Deprecate <code>usingComparatorForFields</code> and remove deprecated assertions from <code>usingComparatorForType</code> documentation <a href="https://redirect.github.com/assertj/assertj/issues/3711">#3711</a></li> <li>Deprecate <code>hasCauseReference(Throwable)</code> from <code>Throwable</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/3715">#3715</a></li> </ul> <h2>:bug: Bug Fixes</h2> <h3>Core</h3> <ul> <li>Fix missing introspection for record accessors <a href="https://redirect.github.com/assertj/assertj/issues/3710">#3710</a></li> <li>Honor assertion description in <code>asString()</code></li> <li>Avoid <code>InputStream</code> manipulation when <code>mark</code> / <code>reset</code> are supported <a href="https://redirect.github.com/assertj/assertj/issues/3713">#3713</a></li> <li>NPE with custom <code>RecursiveComparisonConfiguration</code> on <code>usingRecursiveFieldByFieldElementComparator</code> <a href="https://redirect.github.com/assertj/assertj/issues/3719">#3719</a></li> <li>Recursive comparison fails if ignored fieds are not found in <code>expected</code> <a href="https://redirect.github.com/assertj/assertj/issues/3226">#3226</a></li> </ul> <h2>:zap: Improvements</h2> <ul> <li>Declare license using SPDX identifier <a href="https://redirect.github.com/assertj/assertj/issues/3718">#3718</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/Bananeweizen"><code>@Bananeweizen</code></a> <a href="https://github.com/jessicant"><code>@jessicant</code></a> <a href="https://github.com/nith2001"><code>@nith2001</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj/commit/8cd0c63f0cc307835325ababc801d9e60805c8e4"><code>8cd0c63</code></a> [maven-release-plugin] prepare release assertj-build-3.27.1</li> <li><a href="https://github.com/assertj/assertj/commit/6ea4d4f5ffef74626efd972d8363c361084b76c2"><code>6ea4d4f</code></a> Recursive comparison: add test with ignored fields in nested map</li> <li><a href="https://github.com/assertj/assertj/commit/75954abe17c145068015c9439d42c5e9ec153243"><code>75954ab</code></a> Update license header year to 2025</li> <li><a href="https://github.com/assertj/assertj/commit/8030727c20a8f060fd2d739b3bece52cdb4f0c55"><code>8030727</code></a> RecursiveComparisonConfiguration.Builder: set the standard representation if ...</li> <li><a href="https://github.com/assertj/assertj/commit/4207e83e83b0971f755161ee47c6194ca6472a09"><code>4207e83</code></a> Avoid <code>InputStream</code> manipulation when <code>mark</code> / <code>reset</code> are supported (<a href="https://redirect.github.com/assertj/assertj/issues/3713">#3713</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/d692186de6870111abbbac448d76c39be06ff86b"><code>d692186</code></a> Deprecate hasCauseReference(throwable) in favor of cause().isSameAs(throwable)</li> <li><a href="https://github.com/assertj/assertj/commit/ae98ebdc91a6f9e5496e2abad5de7919b5830739"><code>ae98ebd</code></a> Declare license using SPDX identifier (<a href="https://redirect.github.com/assertj/assertj/issues/3718">#3718</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/5c58e3623a331fd19806c92643757fed3dbc1702"><code>5c58e36</code></a> Add missing <code>@SInCE</code></li> <li><a href="https://github.com/assertj/assertj/commit/65258641b62f928e51ed03d85df7b9f438037874"><code>6525864</code></a> Deprecate usingComparatorForFields and remove deprecated assertions from usin...</li> <li><a href="https://github.com/assertj/assertj/commit/8b0eedc18f99132203a7542e93fcb3402d12ad76"><code>8b0eedc</code></a> chore(deps): bump nl.jqno.equalsverifier:equalsverifier from 3.17.5 to 3.18 (...</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.27.0...assertj-build-3.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=maven&previous-version=3.27.0&new-version=3.27.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information