The AssertJ dependency for XmlUnit 2.6.1 is on 2.9.0. Latest version is 3.9.11. Using a later version explicitly is not working, because AssertJ introduced a binary incompatibility in 3.9.1 - which leads to NoSuchMethodError.
See assertj/assertj#1194
This is probably fixable simply by upgrading to the latest version of AssertJ.
The AssertJ dependency for XmlUnit 2.6.1 is on 2.9.0. Latest version is 3.9.11. Using a later version explicitly is not working, because AssertJ introduced a binary incompatibility in 3.9.1 - which leads to
NoSuchMethodError.See assertj/assertj#1194
This is probably fixable simply by upgrading to the latest version of AssertJ.