Bump dependencies

This commit is contained in:
PatrickMis 2022-09-05 02:57:42 +02:00 committed by cketti
parent f94e553987
commit 570208b3fb
2 changed files with 6 additions and 6 deletions

View file

@ -44,14 +44,14 @@ buildscript {
'commonsIo': '2.6',
'mime4j': '0.8.6',
'okhttp': '4.10.0',
'minidns': '1.0.3',
'minidns': '1.0.4',
'glide': '4.13.2',
'jsoup': '1.15.2',
'jsoup': '1.15.3',
'androidxTestRunner': '1.4.0',
'junit': '4.13.2',
'robolectric': '4.8.1',
'mockito': '4.6.1',
'robolectric': '4.8.2',
'mockito': '4.7.0',
'mockitoKotlin': '4.0.0',
'truth': '1.1.3',
'turbine': '0.9.0',

View file

@ -14,11 +14,11 @@ dependencies {
api project(":mail:common")
implementation "commons-io:commons-io:${versions.commonsIo}"
compileOnly "org.apache.httpcomponents:httpclient:4.5.5"
compileOnly "org.apache.httpcomponents:httpclient:4.5.9"
testImplementation project(":mail:testing")
testImplementation "junit:junit:${versions.junit}"
testImplementation "com.google.truth:truth:${versions.truth}"
testImplementation "org.mockito:mockito-inline:${versions.mockito}"
testImplementation "org.apache.httpcomponents:httpclient:4.5.5"
testImplementation "org.apache.httpcomponents:httpclient:4.5.9"
}