Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Oct 28, 2021
1 parent c186321 commit 599f589
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
rxAndroidVersion = '2.1.1'
rxBindingVersion = '2.2.0'

daggerVersion = '2.39'
daggerVersion = '2.40'

gsonVersion = '2.8.8'

Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 599f589

Please sign in to comment.