Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump net.javacrumbs.json-unit:json-unit from 3.5.0 to 4.…
…0.0 (#2309) Bumps [net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit) from 3.5.0 to 4.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md">net.javacrumbs.json-unit:json-unit's changelog</a>.</em></p> <blockquote> <h2>4.0.0 (2024-11-16)</h2> <ul> <li>See the <a href="https://github.com/lukas-krecan/JsonUnit/commit/1b76844b3f07a1049b08eaf61cade97d1a3609a2">documentation changes</a></li> <li>Support for <a href="https://github.com/lukas-krecan/JsonUnit?tab=readme-ov-file#spring-assertj-for-mockmvc">Spring MockMvc AssertJ assertions</a> introduced in Spring 6.2.0</li> <li>Support for <a href="https://github.com/lukas-krecan/JsonUnit?tab=readme-ov-file#support-for-asinstanceof">AssertJ <code>asInstanceOf</code></a></li> <li>Added <code>REPORTING_DIFFERENCE_AS_NORMALIZED_STRING</code> option</li> <li>Opentest4j added as mandatory dependency</li> <li>Johnzon upgraded to 2.0.2 (backwards incompatible due to migration from javax to jakarta namespace)</li> <li>Fluent assertions marked as deprecated</li> <li>Dependency updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/b5368f5118fce5767f9a41975507370a51433c6c"><code>b5368f5</code></a> [maven-release-plugin] prepare release json-unit-parent-4.0.0</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/560b2c08f63da679756ebbbc6df4ec233360a9b4"><code>560b2c0</code></a> Deprecate JsonFluentAssert</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/28cebfbd03c1ce6acc4d9b870e7580f34e42c763"><code>28cebfb</code></a> Use Spring 6.2.0</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/f348061a83902fa6186204a31a651196f26ff023"><code>f348061</code></a> Typo</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/1412c26b8dec9e5bc52c61245f361a29b35a757f"><code>1412c26</code></a> Drop useless JavaDoc elements</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/2761282628886b3604e3208e94a0c6f49e442d33"><code>2761282</code></a> Support for InstanceOfAssertFactory</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/34f78fd79bd95cbed37f4acd21f4354c751e14a9"><code>34f78fd</code></a> Rename JsonUnit asserts</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/348dab7b9bb6a13edc98c6a2cf4bb841d35c8906"><code>348dab7</code></a> Support for InstanceOfAssertFactory</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/b130b15936cbef93ebe7ece5ad17a0f66ff4a3cb"><code>b130b15</code></a> Fix test</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/6d9aec4bde922bbca58a90d7d3f1a2f010f7d4f5"><code>6d9aec4</code></a> ObjectNode does not implement Iterable</li> <li>Additional commits viewable in <a href="https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.5.0...json-unit-parent-4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.javacrumbs.json-unit:json-unit&package-manager=maven&previous-version=3.5.0&new-version=4.0.0)](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