From f9832f649657058fa0b92394646d66d2c2e0e532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:52:42 +0100 Subject: [PATCH] Bump json-unit-core from 2.26.0 to 2.27.0 (#1538) 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](https://github.com/lukas-krecan/JsonUnit/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1affb1904d..74b19d7241 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }