Skip to content

Commit d43540a

Browse files
authored
Bump json-unit-core from 2.12.0 to 2.19.0 (wiremock#1395)
Bumps [json-unit-core](https://github.com/lukas-krecan/JsonUnit) from 2.12.0 to 2.19.0. - [Release notes](https://github.com/lukas-krecan/JsonUnit/releases) - [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.12.0...json-unit-parent-2.19.0)
1 parent 37541c7 commit d43540a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
exclude group: 'junit', module: 'junit'
6969
}
7070
compile "org.xmlunit:xmlunit-placeholders:$versions.xmlUnit"
71-
compile 'net.javacrumbs.json-unit:json-unit-core:2.12.0'
71+
compile 'net.javacrumbs.json-unit:json-unit-core:2.19.0'
7272
compile "com.jayway.jsonpath:json-path:2.4.0", {
7373
exclude group: 'org.ow2.asm', module: 'asm'
7474
}

0 commit comments

Comments
 (0)