revinate / assertj-json

A set of AssertJ assertions to validate JSON.
MIT License
26 stars 6 forks source link

NoSuchMethodError using assertJ 3.6.2 #5

Open hsdmiranda opened 7 years ago

hsdmiranda commented 7 years ago

With the new version of assertJ like 3.6.2 I get the following error:

java.lang.NoSuchMethodError: org.assertj.core.api.Assertions.assertThat(Ljava/util/List;)Lorg/assertj/core/api/AbstractListAssert; at com.revinate.assertj.json.JsonPathAssert.jsonPathAsListOf(JsonPathAssert.java:54)

jrglee commented 7 years ago

Thanks for reporting. I will take a look