Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 8c7ebb2 commit 419df67
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
@@ -1,13 +1,13 @@
[versions]
# Define the dependency versions
#kotlin
kotlinVersion = "1.8.20"
kotlinVersion = "1.9.10"
kotlinJvmTarget = "17"
kotlinxCoroutines = "1.6.4"
kotlinxSerializationJson = "1.5.0"

#gradle
androidGradlePlugin = "8.0.0"
androidGradlePlugin = "8.1.1"

#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,15 +59,15 @@ 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.10.0"

#Firebase
firebase_analytics = "21.2.2"
firebase_bom = "31.5.0"

#Mock
anotation = "1.3.0"
mockk_android = "1.13.5"
mockk_android = "1.13.8"
test_runner = "1.5.2"

#sonar
Expand Down

0 comments on commit 419df67

Please sign in to comment.