diff --git a/build.gradle b/build.gradle index b200a4b5eb9..309bde71651 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ ext.deps = [ // Debugging and testing guava : 'com.google.guava:guava:20.0', robolectric : 'org.robolectric:robolectric:4.4', - junit : 'junit:junit:4.12', + junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:1.3', mockito : 'org.mockito:mockito-core:2.26.0', okhttp3 : 'com.squareup.okhttp3:okhttp:3.14.1',