Skip to content

Commit

Permalink
fix(deps): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 2b5eb8f commit c2519aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
# Define the dependency versions
#kotlin
kotlinVersion = "1.8.20"
kotlinVersion = "1.9.0"
kotlinJvmTarget = "17"
kotlinxCoroutines = "1.6.4"
kotlinxSerializationJson = "1.5.0"

#gradle
androidGradlePlugin = "8.0.0"
androidGradlePlugin = "8.0.2"

#androidx
androidxComposeBom = "2023.04.01"
Expand All @@ -21,7 +21,7 @@ androidxEspresso = "3.5.1"
androidxTestRules = "1.5.0"
androidxTestRunner = "1.5.2"
androidxTestMonitor = "1.6.1"
androidxTestCore = "1.4.0"
androidxTestCore = "1.5.0"
androidxTestExt = "1.1.5"

#hilt
Expand Down Expand Up @@ -59,7 +59,7 @@ junit4 = "4.13.2"
android_junit = "1.1.5"
espresso = "3.5.0"
junit = "4.13.2"
jupiter_junit = "5.9.2"
jupiter_junit = "5.9.3"

#Firebase
firebase_analytics = "21.2.2"
Expand Down

0 comments on commit c2519aa

Please sign in to comment.