ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

Replace outdated assertion lib #86

Closed jmewes closed 1 year ago

jmewes commented 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.

Selection_510

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).