Upgrade dagger, mockito and okhttp

This commit is contained in:
Torsten Grote
2019-04-26 09:07:26 -03:00
parent 6691e708e4
commit 96975e0d43
14 changed files with 49 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ apply plugin: 'witness'
apply from: 'witness.gradle'
dependencies {
implementation "com.google.dagger:dagger:2.19"
implementation "com.google.dagger:dagger:2.22.1"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
testImplementation 'junit:junit:4.12'