[Y] Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?
Description
The PR #160 added the Mockito package as a dependency, but that version (5.1.1) was incompatible with Java 8 which is what we use to build and release.
This PR changes the version of Mockito to 4.11.0 which is compatible with Java 8.
Things to consider before you submit the PR:
Description
The PR #160 added the Mockito package as a dependency, but that version (5.1.1) was incompatible with Java 8 which is what we use to build and release.
This PR changes the version of Mockito to 4.11.0 which is compatible with Java 8.
Related PRs or issues
160