Skip to content

Commit

Permalink
Bump com.flipkart.zjsonpatch:zjsonpatch from 0.4.14 to 0.4.16 (#4655)
Browse files Browse the repository at this point in the history
Bumps [com.flipkart.zjsonpatch:zjsonpatch](https://github.com/flipkart-incubator/zjsonpatch) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/flipkart-incubator/zjsonpatch/releases)
- [Commits](flipkart-incubator/zjsonpatch@0.4.14...0.4.16)

---
updated-dependencies:
- dependency-name: com.flipkart.zjsonpatch:zjsonpatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 11, 2023
1 parent b1d950a commit 8e1f143
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 @@ -8,7 +8,7 @@ dependencies {
api(group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '3.2.2')
implementation(group: 'com.github.vividus-framework.JsonPath', name: 'json-path', version: versions.jsonPath)
implementation(group: 'com.github.vividus-framework.JsonPath', name: 'json-path-assert', version: versions.jsonPath)
implementation(group: 'com.flipkart.zjsonpatch', name: 'zjsonpatch', version: '0.4.14')
implementation(group: 'com.flipkart.zjsonpatch', name: 'zjsonpatch', version: '0.4.16')
implementation platform(group: 'io.qameta.allure', name: 'allure-bom', version: '2.25.0')
implementation(group: 'io.qameta.allure', name: 'allure-jsonunit') {
exclude (group: 'io.qameta.allure')
Expand Down

0 comments on commit 8e1f143

Please sign in to comment.