Skip to content

Commit

Permalink
build(deps): bump net.javacrumbs.json-unit:json-unit-json-path
Browse files Browse the repository at this point in the history
Bumps [net.javacrumbs.json-unit:json-unit-json-path](https://github.com/lukas-krecan/JsonUnit) from 2.35.0 to 4.0.0.
- [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.35.0...json-unit-parent-4.0.0)

---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit-json-path
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent f4743b3 commit 1d438ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation("org.glassfish.jersey.media:jersey-media-multipart:${jerseyVersion}")

testImplementation("net.javacrumbs.json-unit:json-unit-assertj:2.35.0")
testImplementation("net.javacrumbs.json-unit:json-unit-json-path:2.35.0")
testImplementation("net.javacrumbs.json-unit:json-unit-json-path:4.0.0")
testImplementation("net.javacrumbs.json-unit:json-unit:2.35.0")

testImplementation("com.squareup.okhttp3:okhttp:${okHttpVersion}")
Expand Down

0 comments on commit 1d438ff

Please sign in to comment.