java.lang.NoClassDefFoundError: io/restassured/mapper/factory/GsonObjectMapperFactory
The root cause of this is rest-assured *ObjectMapperFactory package names changing, for example between versions 3.x and 4.x. For anyone coming across this after the release of rest-assured 4.0.0, this problem can appear in Spring Boot projects – caused by a version mismatch between rest-assured and its transitive dependencies on json-path and xml-path in the … Read more