dependabot[bot] opened a new pull request, #364:
URL: https://github.com/apache/maven-plugin-tools/pull/364

   Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 
3.26.3 to 3.27.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>v3.27.3</h2>
   <h2>:boom: Breaking Changes</h2>
   <h3>Core</h3>
   <ul>
   <li>
   <p>Revert &quot;Propagate common basetype for the extracting method&quot; <a 
href="https://redirect.github.com/assertj/assertj/issues/3737";>#3737</a></p>
   <!-- raw HTML omitted -->
   <p>The enhancement introduced with <a 
href="https://redirect.github.com/assertj/assertj/issues/3673";>#3673</a> breaks 
existing code on Kotlin 1.9; therefore, it has been reverted.</p>
   <p>As Spring Boot 3.4 currently supports Kotlin 1.9, we want to keep the 
same compatibility on AssertJ 3.x, while AssertJ 4.x will require Kotlin 
2.x.</p>
   <p>Existing code relying on the changes introduced with <a 
href="https://redirect.github.com/assertj/assertj/issues/3673";>#3673</a> will 
no longer compile and should be refactored.</p>
   <!-- raw HTML omitted -->
   </li>
   </ul>
   <h2>:bug: Bug Fixes</h2>
   <h3>Core</h3>
   <ul>
   <li>Fix <code>StandardRepresentation</code> regression for unquoted strings 
<a href="https://redirect.github.com/assertj/assertj/issues/3735";>#3735</a></li>
   </ul>
   <h2>:zap: Improvements</h2>
   <h3>Core</h3>
   <ul>
   <li>Add <code>Class</code> info to class loading strategy failures <a 
href="https://redirect.github.com/assertj/assertj/issues/3746";>#3746</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/ccrvincent";><code>@​ccrvincent</code></a></p>
   <h2>v3.27.2</h2>
   <h2>:bug: Bug Fixes</h2>
   <h3>Core</h3>
   <ul>
   <li>Restore support for null-valued maps when ignoring fields <a 
href="https://redirect.github.com/assertj/assertj/issues/3723";>#3723</a></li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/assertj/assertj/commit/c928dd31f3270471d60b8463a90bf831a26279b8";><code>c928dd3</code></a>
 [maven-release-plugin] prepare release assertj-build-3.27.3</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/f308d950fc5ebdcc91c1a5ae6c91a76e491a9d22";><code>f308d95</code></a>
 Fix <code>StandardRepresentation</code> regression for unquoted strings (<a 
href="https://redirect.github.com/assertj/assertj/issues/3735";>#3735</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/e5959f4db0cea3b3be39e6dcdf451da971b9ae49";><code>e5959f4</code></a>
 Add Java and Kotlin release references</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/3eb809d72856d54662749725d1912062d2120c88";><code>3eb809d</code></a>
 Add Kotlin EAP reference</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/b39a8cf38bb1571a7f1db0e8f16b761cfc95a079";><code>b39a8cf</code></a>
 Add Kotlin 2.1.10-RC</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/e20e40d5e7f06725e1d57ea6ef8ab449966b9d78";><code>e20e40d</code></a>
 Add Class info to failure exception (<a 
href="https://redirect.github.com/assertj/assertj/issues/3746";>#3746</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/79b87f097ecdd70b029724c6ca5df72d0242a910";><code>79b87f0</code></a>
 Revert &quot;Propagate common basetype for the <code>extracting</code> method 
(<a 
href="https://redirect.github.com/assertj/assertj/issues/3673";>#3673</a>)&quot; 
(<a 
href="https://redirect.github.com/assertj/assertj/issues/3737";>#3737</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/bf439b355119c67ab1919e162e561a87121556aa";><code>bf439b3</code></a>
 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 
...</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/30936ca86d257ca7d79546126c232a180a7eb479";><code>30936ca</code></a>
 Restructure Kotlin tests, add <code>DisplayNameGenerator</code></li>
   <li><a 
href="https://github.com/assertj/assertj/commit/b5b86ccab82ae7ea18397cadf3b47de480efd88d";><code>b5b86cc</code></a>
 Add Kotlin cross-version job (<a 
href="https://redirect.github.com/assertj/assertj/issues/3732";>#3732</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.3";>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.26.3&new-version=3.27.3)](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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to