Skip to content

Commit

Permalink
Bump json-unit-core from 2.26.0 to 2.27.0 (#1538)
Browse files Browse the repository at this point in the history
Bumps [json-unit-core](https://github.com/lukas-krecan/JsonUnit) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.26.0...json-unit-parent-2.27.0)

---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit-core
  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 30, 2021
1 parent 8677cac commit f9832f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -70,7 +70,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
}
compile "org.xmlunit:xmlunit-placeholders:$versions.xmlUnit"
compile 'net.javacrumbs.json-unit:json-unit-core:2.26.0'
compile 'net.javacrumbs.json-unit:json-unit-core:2.27.0'
compile "com.jayway.jsonpath:json-path:2.6.0", {
exclude group: 'org.ow2.asm', module: 'asm'
}
Expand Down

0 comments on commit f9832f6

Please sign in to comment.