I have to mock static classes so I have used mockito-inline dependency. I am using junit 5 and mockito version is 3.x. The current dependency contains
Junit5
EasyMock 3.x
Mockito 3.x
Mockito-inline 3.x
Mockito-junit-jupiter 3.x
Do I need to include both mockito and mockito-inline or if I just use mockito-inline will it work