Bump mockito version to 3.4.0

PiperOrigin-RevId: 377064882
This commit is contained in:
aquilescanta 2021-06-02 16:29:38 +01:00 committed by bachinger
parent 85b6a51666
commit a8e96da1a2

View File

@ -22,7 +22,7 @@ project.ext {
dexmakerVersion = '2.21.0'
junitVersion = '4.13.2'
guavaVersion = '27.1-android'
mockitoVersion = '2.28.2'
mockitoVersion = '3.4.0'
mockWebServerVersion = '3.12.0'
robolectricVersion = '4.5'
checkerframeworkVersion = '3.3.0'