GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/92
resolved mockito deprecation warnings
1. Changed `anyObject()` method to its alias `any()`
2. Removed usages of `Matchers` class
mvn clean test -> all tests passed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-357
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/92.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #92
----
commit 0789cdbb2162542a97df746bcef7bc2ba1133d39
Author: Hans <firedrake93@...>
Date: 2018-07-09T19:26:49Z
resolved mockito deprecation warnings
----
---