Louis Morgan
Results
2
issues of
Louis Morgan
Bump to assertj-core 3.11.1 to resolve `NoSuchMethodError`s after a signature changes in assertj-core. Fixes #13
After updating to assertj-core 3.11.1 I've started seeing: ``` java.lang.NoSuchMethodError: org.assertj.core.api.Assertions.assertThat(Ljava/lang/String;)Lorg/assertj/core/api/AbstractCharSequenceAssert; at com.revinate.assertj.json.JsonPathAssert.jsonPathAsString(JsonPathAssert.java:32) ``` when running my tests. This seems to have been caused by a signature changes in the...