Skip to content

Commit

Permalink
Merge pull request #186 from LachlanMcKee/update-internal-dependencies
Browse files Browse the repository at this point in the history
Updated internal libraries to latest versions
  • Loading branch information
LachlanMcKee authored Feb 11, 2023
2 parents 069a260 + d1cb537 commit 8eb4acf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rxKotlinVersion = "2.4.0"
rxAndroidVersion = "2.1.1"

# DI
daggerVersion = "2.43.2"
daggerVersion = "2.45"

# Utils
debugDrawerVersion = "0.9.0"
Expand All @@ -23,16 +23,16 @@ scalpelVersion = "1.1.2"
glideVersion = "4.13.2"

# Testing
okhttpVersion = "3.10.0"
okhttpVersion = "3.14.9"
retrofitVersion = "2.4.0"
gsonVersion = "2.8.5"
gsonVersion = "2.10.1"

# Testing
junitVersion = "4.12"
junitVersion = "4.13.2"
junit5Version = "5.9.2"
junitPlatformLauncherVersion = "1.9.2"
supportTestVersion = "1.3.0"
mockitoKotlinVersion = "4.0.0"
mockitoKotlinVersion = "4.1.0"

[libraries]
# Kotlin
Expand Down

0 comments on commit 8eb4acf

Please sign in to comment.