From c0c4c6fcbf9213fb5c3747e11ba8f09a987c0271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 19:38:08 +0000 Subject: [PATCH] chore(deps): Bump json-path-assert from 2.6.0 to 2.7.0 Bumps [json-path-assert](https://github.com/jayway/JsonPath) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.6.0...json-path-2.7.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path-assert dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5acfdf0..e00d19f 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ ext { junitVersion = '5.8.2' commonIoVersion = '1.3.2' assertJVersion = '3.22.0' - jsonPathAssertVersion = '2.6.0' + jsonPathAssertVersion = '2.7.0' } dependencies {