From 63007bc3a50f20225074889604fc4e5901a2e9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:54:28 +0000 Subject: [PATCH] Bump json-path from 2.6.0 to 2.7.0 (#503) Bumps [json-path](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 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> --- config-editor/config-editor-core/pom.xml | 2 +- responding/responding-core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-editor/config-editor-core/pom.xml b/config-editor/config-editor-core/pom.xml index 80f3e713..f4c5bfd3 100644 --- a/config-editor/config-editor-core/pom.xml +++ b/config-editor/config-editor-core/pom.xml @@ -88,7 +88,7 @@ com.jayway.jsonpath json-path - 2.6.0 + 2.7.0 org.springframework.boot diff --git a/responding/responding-core/pom.xml b/responding/responding-core/pom.xml index 86d2445b..633aaab7 100644 --- a/responding/responding-core/pom.xml +++ b/responding/responding-core/pom.xml @@ -45,7 +45,7 @@ com.jayway.jsonpath json-path - 2.6.0 + 2.7.0 junit