From 21d9a44a7d84ec07b71cf0c59891fb92887d4c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:24:20 +0000 Subject: [PATCH 1/2] Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.9.0 Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.7.0 to 2.9.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.7.0...json-path-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 380ef85a35..3eb9aeb511 100644 --- a/pom.xml +++ b/pom.xml @@ -1229,7 +1229,7 @@ 5.3.31 1.17 1.4.0 - 2.7.0 + 2.9.0 From 3b0014ba67cc12f3a8ada5454748e98634bda170 Mon Sep 17 00:00:00 2001 From: Reijer Copier Date: Wed, 27 Mar 2024 17:46:17 +0100 Subject: [PATCH 2/2] Add json-smart dependency --- deegree-core/deegree-core-commons/pom.xml | 4 ++++ pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/deegree-core/deegree-core-commons/pom.xml b/deegree-core/deegree-core-commons/pom.xml index 35ce292324..186e468b0a 100644 --- a/deegree-core/deegree-core-commons/pom.xml +++ b/deegree-core/deegree-core-commons/pom.xml @@ -135,5 +135,9 @@ com.jayway.jsonpath json-path + + net.minidev + json-smart + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3eb9aeb511..dba74e3ec5 100644 --- a/pom.xml +++ b/pom.xml @@ -793,6 +793,11 @@ json-path ${jsonpath.version} + + net.minidev + json-smart + ${jsonsmart.version} + javax.media @@ -1230,6 +1235,7 @@ 1.17 1.4.0 2.9.0 + 2.5.1