Skip to content

Commit

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

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

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] committed Jun 28, 2022
1 parent 86c2f3b commit 2a05b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.28.0")
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:2.35.0")
testImplementation("net.javacrumbs.json-unit:json-unit-json-path:2.28.0")
testImplementation("net.javacrumbs.json-unit:json-unit:2.28.0")

Expand Down

0 comments on commit 2a05b58

Please sign in to comment.