Skip to content

Commit 6d8d2dd

Browse files
Bump net.javacrumbs.json-unit:json-unit from 4.1.1 to 5.0.0 (#2546)
Bumps [net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit) from 4.1.1 to 5.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>5.0.0 (2025-10-13)</h2> <ul> <li>Jackson 3 support</li> <li>Kotest 6 support</li> <li>Spring RestTestClient support with Java and Kotlin DSL</li> <li>(Breaking) Removed deprecated fluent assertions API</li> <li>Hamcrest dependency made optional</li> <li>Migrated to JSpecify (please report if it breaks anything)</li> <li>Dependency updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/5dd400ea5e49424893a5948fdf550d9b4b31ace5"><code>5dd400e</code></a> [maven-release-plugin] prepare release json-unit-parent-5.0.0</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/132c188b795bd83f09473be5d7eb206111629edc"><code>132c188</code></a> Small cleanup</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/4c84e4229158fe009f0d94cf44e3ade3cc6a6f99"><code>4c84e42</code></a> Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/974">#974</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/24f5ef1b86407354a8e4e32e5c4803f0135080d9"><code>24f5ef1</code></a> Bump kotest.version from 6.0.1 to 6.0.3 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/975">#975</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/876e4e48e463db0bc788f8569828e0ed300f758a"><code>876e4e4</code></a> Add Java tests for empty body</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/11941e86627aef272af3179bc0dcc477b45df1b8"><code>11941e8</code></a> Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/976">#976</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/bb0b5c6712dc89dead2709788d02741b41754519"><code>bb0b5c6</code></a> Fix JavaDoc issues</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/68f70c2b54280f262b13b78e53512300a1def01d"><code>68f70c2</code></a> Run tests on Java 25 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/973">#973</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/dac387e80d4963fea155965f3bb1215b17da6e0b"><code>dac387e</code></a> Add Kotlin support for RestTestClient</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/bbc85903765745d586bb0d5a967c48092258e6c6"><code>bbc8590</code></a> Upgrade error prone (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-4.1.1...json-unit-parent-5.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=4.1.1&new-version=5.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>
1 parent ffd3b33 commit 6d8d2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@
713713
<dependency>
714714
<groupId>net.javacrumbs.json-unit</groupId>
715715
<artifactId>json-unit</artifactId>
716-
<version>4.1.1</version>
716+
<version>5.0.0</version>
717717
<scope>test</scope>
718718
<exclusions>
719719
<exclusion>

0 commit comments

Comments
 (0)