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

@@ -19,7 +19,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
implementation 'com.github.ajalt:clikt:1.6.0'
kapt 'com.google.dagger:dagger-compiler:2.19'
kapt 'com.google.dagger:dagger-compiler:2.22.1'
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
@@ -32,7 +32,7 @@ dependencies {
testImplementation "org.skyscreamer:jsonassert:1.5.0"
testImplementation 'khttp:khttp:0.1.0'
kaptTest 'com.google.dagger:dagger-compiler:2.19'
kaptTest 'com.google.dagger:dagger-compiler:2.22.1'
}
jar {