mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Upgrade dagger, mockito and okhttp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user