Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Nov 29, 2021
1 parent 08df2b0 commit e0e3192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply from: 'buildsystem/dependencies.gradle'
apply plugin: "com.vanniktech.android.junit.jacoco"

buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.0'
repositories {
mavenCentral()
google()
Expand Down
10 changes: 5 additions & 5 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ ext {
rxAndroidVersion = '2.1.1'
rxBindingVersion = '2.2.0'

daggerVersion = '2.40'
daggerVersion = '2.40.2'

gsonVersion = '2.8.8'
gsonVersion = '2.8.9'

okHttpVersion = '4.9.2'
okHttpDigestVersion = '2.5'
okHttpDigestVersion = '2.6'

velocityVersion = '2.3'

Expand Down Expand Up @@ -74,9 +74,9 @@ ext {

// testing dependencies

jUnitVersion = '5.8.1'
jUnitVersion = '5.8.2'
assertJVersion = '1.7.1'
mockitoVersion = '4.0.0'
mockitoVersion = '4.1.0'
mockitoKotlinVersion = '4.0.0'
hamcrestVersion = '1.3'
dexmakerVersion = '1.0'
Expand Down

0 comments on commit e0e3192

Please sign in to comment.