Zjsonpatch Versions Save

This is an implementation of RFC 6902 JSON Patch written in Java

0.4.16

5 months ago

Changes include the following - #174 #172 #171 #165

0.4.15

5 months ago

0.4.14

1 year ago

Changes includes #164 #157 #158 #159 #160 #161

0.4.13

1 year ago

Vulnerabilities fixes #156 #155 #150 #149 #148 #147 #146

0.4.12

2 years ago

Includes #140 #137

0.4.11

3 years ago

New support of - #120

0.4.10

4 years ago

Includes #117

0.4.9

4 years ago

This release includes - #102

0.4.8

5 years ago

includes PR #95 Many thanks to @holograph

0.4.6

5 years ago

Upgrade jackson version to 2.9.7 due to security vulnerabilities. details --

FasterXML jackson-databind before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath.