From 45d0f80a4771db41070503cef73475a083fc9caf Mon Sep 17 00:00:00 2001 From: Bence Eros Date: Fri, 1 Apr 2022 11:00:04 +0200 Subject: [PATCH] Bumps json schema validator to 1.14.1 (#21116) Xray found a vulnerability on json and was fixed on version 20220320. Please refer to the following links: https://github.com/stleary/JSON-java/issues/654 https://github.com/stleary/JSON-java/pull/660 The new validator library depends on the fixed org.json version: https://github.com/everit-org/json-schema/releases/tag/1.14.1 Source: slack: https://hazelcast.slack.com/archives/G01LH0K3VK8/p1648714007131469 --- hazelcast/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazelcast/pom.xml b/hazelcast/pom.xml index 4b0610f69215..26289f04c4b7 100644 --- a/hazelcast/pom.xml +++ b/hazelcast/pom.xml @@ -486,7 +486,7 @@ com.github.erosb everit-json-schema - 1.14.0 + 1.14.1 com.google.re2j