Update dependencies

This commit is contained in:
Julian Raufelder 2021-10-28 21:07:56 +02:00
parent c18632106e
commit 599f58972b
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -29,7 +29,7 @@ ext {
rxAndroidVersion = '2.1.1'
rxBindingVersion = '2.2.0'
daggerVersion = '2.39'
daggerVersion = '2.40'
gsonVersion = '2.8.8'
@ -52,7 +52,7 @@ ext {
// cloud provider libs
cryptolibVersion = '2.0.2'
dropboxVersion = '4.0.1'
dropboxVersion = '5.0.0'
googleApiServicesVersion = 'v3-rev20210919-1.32.1'
googlePlayServicesVersion = '19.2.0'
@ -65,7 +65,7 @@ ext {
msgraphVersion = '2.10.0'
minIoVersion = '8.3.0'
minIoVersion = '8.3.3'
staxVersion = '1.2.0' // needed for minIO
commonsCodecVersion = '1.15'
@ -76,8 +76,8 @@ ext {
jUnitVersion = '5.8.1'
assertJVersion = '1.7.1'
mockitoVersion = '3.12.4'
mockitoKotlinVersion = '3.2.0'
mockitoVersion = '4.0.0'
mockitoKotlinVersion = '4.0.0'
hamcrestVersion = '1.3'
dexmakerVersion = '1.0'
espressoVersion = '3.4.0'