gravity9-tech / json-patch-path

An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.x)
Other
11 stars 2 forks source link

exception because of Error Prone static analysis plugin. #11

Closed BartekGravity closed 1 year ago

BartekGravity commented 1 year ago
* Bumped error prone version to 2.3.4 to fix a known issue with the library
* Added new entry to .gitignore

Fixes #10

BartekGravity commented 1 year ago

Fixed in another PR