Closed jmewes closed 1 year ago
IntelliJ reports a vulnerability for a transitive dependency of hamcrest-json. The latest release of that library was in 2012 (see https://github.com/hertzsprung/hamcrest-json), so I suppose it should be replaced.
hamcrest-json
This PR uses https://github.com/skyscreamer/jsonassert for the JSON comparison instead (see recommendations in https://stackoverflow.com/questions/6526911/best-way-to-compare-two-json-files-in-java).
IntelliJ reports a vulnerability for a transitive dependency of
hamcrest-json
. The latest release of that library was in 2012 (see https://github.com/hertzsprung/hamcrest-json), so I suppose it should be replaced.This PR uses https://github.com/skyscreamer/jsonassert for the JSON comparison instead (see recommendations in https://stackoverflow.com/questions/6526911/best-way-to-compare-two-json-files-in-java).