Skip to content

Commit

Permalink
build(deps): bump json-unit from 2.35.0 to 2.36.0 (#2050)
Browse files Browse the repository at this point in the history
Bumps [json-unit](https://github.com/lukas-krecan/JsonUnit) from 2.35.0 to 2.36.0.
- [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.35.0...json-unit-parent-2.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Oct 7, 2022
1 parent 54944a8 commit 4e31368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("jakarta.ws.rs:jakarta.ws.rs-api:${rsApi}")
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-assertj:2.36.0")
testImplementation("net.javacrumbs.json-unit:json-unit-json-path:2.35.0")
testImplementation("net.javacrumbs.json-unit:json-unit:2.35.0")

Expand Down

0 comments on commit 4e31368

Please sign in to comment.