From e322a4724bab02178b78594787e78612ae7a8d41 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Fri, 19 Jul 2024 12:09:37 +0100 Subject: Uplift json schema validator library Issue-ID: POLICY-5084 Change-Id: I670f30e173b209fa1cdb7d70303d4c2a90629a9f Signed-off-by: adheli.tavares --- integration/pom.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index ece8a225..fb0ae488 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -66,6 +66,9 @@ 4.0.5 3.1.5 11.0.20 + 2.9.0 + 0.12.4 + 1.5.0 5.10.2 3.6.1 1.9.23 @@ -73,7 +76,6 @@ 1.5.6 3.3.1 3.1.0 - 1.1.1 1.11.10 5.5.0 5.15.0 @@ -338,19 +340,19 @@ 20240303 - com.worldturner.medeia - medeia-validator-gson - ${version.medeia.validator} + com.networknt + json-schema-validator + ${version.json-schema-validator} - com.worldturner.medeia - medeia-validator-core - ${version.medeia.validator} + net.jimblackler.jsonschemafriend + core + ${version.json-schema-friend} com.jayway.jsonpath json-path - 2.9.0 + ${version.json-path} -- cgit 1.2.3-korg