Skip to content

Commit c2519aa

Browse files
fix(deps): update test
1 parent 2b5eb8f commit c2519aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
# Define the dependency versions
33
#kotlin
4-
kotlinVersion = "1.8.20"
4+
kotlinVersion = "1.9.0"
55
kotlinJvmTarget = "17"
66
kotlinxCoroutines = "1.6.4"
77
kotlinxSerializationJson = "1.5.0"
88

99
#gradle
10-
androidGradlePlugin = "8.0.0"
10+
androidGradlePlugin = "8.0.2"
1111

1212
#androidx
1313
androidxComposeBom = "2023.04.01"
@@ -21,7 +21,7 @@ androidxEspresso = "3.5.1"
2121
androidxTestRules = "1.5.0"
2222
androidxTestRunner = "1.5.2"
2323
androidxTestMonitor = "1.6.1"
24-
androidxTestCore = "1.4.0"
24+
androidxTestCore = "1.5.0"
2525
androidxTestExt = "1.1.5"
2626

2727
#hilt
@@ -59,7 +59,7 @@ junit4 = "4.13.2"
5959
android_junit = "1.1.5"
6060
espresso = "3.5.0"
6161
junit = "4.13.2"
62-
jupiter_junit = "5.9.2"
62+
jupiter_junit = "5.9.3"
6363

6464
#Firebase
6565
firebase_analytics = "21.2.2"

0 commit comments

Comments
 (0)