You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have previously used PowerMock with Mockito 3.3.+ without errors, however our build breaks with Mockito 3.4.0.
For now, we will restrict our Mockito dependency to 3.3.+.
However, our goal is to remove the PowerMock dependency and upgrade to the latest version of Mockito.
This is already tracked in gh-6025.
The text was updated successfully, but these errors were encountered:
PowerMock maintains compatibility with Mockito 2.+ as stated in the PowerMock wiki https://github.com/powermock/powermock/wiki/mockito
We have previously used PowerMock with Mockito 3.3.+ without errors, however our build breaks with Mockito 3.4.0.
For now, we will restrict our Mockito dependency to 3.3.+.
However, our goal is to remove the PowerMock dependency and upgrade to the latest version of Mockito.
This is already tracked in gh-6025.
The text was updated successfully, but these errors were encountered: