You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchMethodError: 'void org.assertj.core.internal.CommonValidations.failIfEmptySinceActualIsNotEmpty(java.lang.Object[])'
at org.assertj.vavr.internal.Maps.assertContains(Maps.java:117)
at org.assertj.vavr.api.AbstractMapAssert.containsEntry(AbstractMapAssert.java:172)
at ...
It looks like the latest assertj-vavr release (0.4.3) ist not compatible with assertj 3.25.0.
Although, in the commit history of this git repository I can see, that there were updates to assertj-core 3.25 and higher. Maybe it's just a new release that is missing?