Skip to content

Commit

Permalink
Bumps json schema validator to 1.14.1 (#21116)
Browse files Browse the repository at this point in the history
Xray found a vulnerability on json and was fixed on version 20220320. Please refer to the following links:
stleary/JSON-java#654
stleary/JSON-java#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
  • Loading branch information
Bence Eros committed Apr 1, 2022
1 parent eeed078 commit 45d0f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazelcast/pom.xml
Expand Up @@ -486,7 +486,7 @@
<dependency>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<exclusions>
<exclusion>
<groupId>com.google.re2j</groupId>
Expand Down

0 comments on commit 45d0f80

Please sign in to comment.