Skip to content

Commit 85fecdf

Browse files
Bump net.javacrumbs.json-unit:json-unit from 5.1.2 to 6.0.1 (#2748)
Bumps [net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit) from 5.1.2 to 6.0.1. <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>6.0.1 (2026-07-07)</h2> <ul> <li>Compatibility with Kotlin 2.2.0 brought back</li> </ul> <h2>6.0.0 (2026-07-07)</h2> <ul> <li>JsonPath support moved to <code>json-unit-core</code>, removing the separate <code>json-unit-json-path</code> module</li> <li>JsonAssert supports JsonPath</li> <li>Kotest supports JsonPath</li> <li>Spring assertions support JsonPath in path-specific options</li> <li>Dependency updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/df831c6b612dc420a11ec18ca1fa00257186766f"><code>df831c6</code></a> [maven-release-plugin] prepare release json-unit-parent-6.0.1</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/2aa84a984fb5d8f06184facfe2446f89b4468f19"><code>2aa84a9</code></a> Made it compatible with Kotlin 2.1</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/793738554b6516d4063a39dcdecd3eaae2c2f3e8"><code>7937385</code></a> Update README</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/35bb4bbf92b554ed24be43b972a0aff2e1d9415f"><code>35bb4bb</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/0dd79393eea06fbf9e69490c205d1522d842c800"><code>0dd7939</code></a> [maven-release-plugin] prepare release json-unit-parent-6.0.0</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/8282d9dffb76155d2d24d0df732ed2ca4c4b85a2"><code>8282d9d</code></a> Update README</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/834a5e5179ba2bff17aa6bc1fdff2cab388475f5"><code>834a5e5</code></a> Merge pull request <a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/1143">#1143</a> from lukas-krecan/dependabot/maven/com.diffplug.spot...</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/cb0f7a49e258892e5b9c3f4195b1b7b53d0faa0d"><code>cb0f7a4</code></a> Bump com.diffplug.spotless:spotless-maven-plugin from 3.7.0 to 3.8.0</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/b1fedecc6b5116748a966f67b1e36f95d7e7c000"><code>b1fedec</code></a> Merge pull request <a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/1142">#1142</a> from lukas-krecan/dependabot/maven/ch.qos.logback-lo...</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/93f8f7a70abeae3032f602ed98de6e014bb3eaba"><code>93f8f7a</code></a> Merge pull request <a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/1141">#1141</a> from lukas-krecan/dependabot/maven/junit-jupiter.ver...</li> <li>Additional commits viewable in <a href="https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-5.1.2...json-unit-parent-6.0.1">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=5.1.2&new-version=6.0.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a7221d commit 85fecdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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>5.1.2</version>
716+
<version>6.0.1</version>
717717
<scope>test</scope>
718718
<exclusions>
719719
<exclusion>

0 commit comments

Comments
 (0)