Skip to content

Commit

Permalink
Bump net.javacrumbs.json-unit:json-unit from 2.38.0 to 3.0.0 (#4123)
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 2.38.0 to 3.0.0.
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.38.0...json-unit-parent-3.0.0)

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

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 Aug 16, 2023
1 parent b06dc7c commit 806c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation project(':vividus-reporter')
implementation project(':vividus-soft-assert')
implementation project(':vividus-util')
api(group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.38.0')
api(group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '3.0.0')
implementation(group: 'com.jayway.jsonpath', name: 'json-path', version: "${jsonPathVersion}")
implementation(group: 'com.jayway.jsonpath', name: 'json-path-assert', version: "${jsonPathVersion}")
implementation(group: 'com.flipkart.zjsonpatch', name: 'zjsonpatch', version: '0.4.14')
Expand Down

0 comments on commit 806c948

Please sign in to comment.