Skip to content

Commit

Permalink
Bump net.javacrumbs.json-unit:json-unit from 4.0.0 to 4.1.0 (#2324)
Browse files Browse the repository at this point in the history
Bumps
[net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit)
from 4.0.0 to 4.1.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.1.0 (2024-11-29)</h2>
<ul>
<li>Support for JsonPath in Spring related modules</li>
<li>Dependency updates</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/86c83c2a831ae613ba797c9be8932145429edf1b"><code>86c83c2</code></a>
[maven-release-plugin] prepare release json-unit-parent-4.1.0</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/fd82707902c8beb6291dbbc86a586a8edb5124c7"><code>fd82707</code></a>
Use JonPath instead of node in Spring</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/c5b43637df7e4ee9efe118e844550ef529acd70b"><code>c5b4363</code></a>
Fix inPath error reporting</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/53c244e2ed5f64940e26de5765ac767ce84a7ffa"><code>53c244e</code></a>
Fix reporting of JsonPath path</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/8e6ff8db4440805bc47c1901d2e7999af33aec7e"><code>8e6ff8d</code></a>
Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/bee10d71265cd324b45ed564709a3869f57e6328"><code>bee10d7</code></a>
[maven-release-plugin] rollback the release of
json-unit-parent-4.1.0</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/c49104e7e84ca77c85b09049536a27101f9f9539"><code>c49104e</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/dad04454f0b1887cc939c9fd176beca2a0d418ab"><code>dad0445</code></a>
[maven-release-plugin] prepare release json-unit-parent-4.1.0</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/2645ca746612d0ecf1ded68ed5fbabc0a709ee95"><code>2645ca7</code></a>
<a
href="https://github.com/lukas-krecan/JsonUnit/issues/859">#859</a>
Support for JsonPath in Spring</li>
<li><a
href="https://github.com/lukas-krecan/JsonUnit/commit/3ba3d49b74b786e429a06584976cf636f76cfcbf"><code>3ba3d49</code></a>
Bump kotlin.version from 2.0.21 to 2.1.0</li>
<li>Additional commits viewable in <a
href="https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-4.0.0...json-unit-parent-4.1.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.0.0&new-version=4.1.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 838e5fb commit a639641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit a639641

Please sign in to comment.