-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump rest-assured to 4.1.1 #3913
Conversation
According to the changelog, in 4.1.0 they are no longer depending on hamcrest-core or hamcrest-library, instead the hamcrest module is used directly, maybe that's why no error is thrown. |
But doesn't that mean that you would have 2 conflicting libraries? You just don't have Maven complaining because the dependencies have a different name. |
You're right, that's exactly what's going on. I think one of the solutions is to migrate all tests to JUnit 5 and deprecate the junit4 extension, otherwise the tests will be stuck forever depending on a JAR that's no longer maintained (Junit4). Dependency tree of
|
I created #3915 to remove the conflict in the module. |
I'm closing this PR until this Hamcrest mess is resolved ;) |
Changelog: https://github.com/rest-assured/rest-assured/blob/master/changelog.txt