Skip to content

Commit fe0c928

Browse files
Update test
1 parent 8c7ebb2 commit fe0c928

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

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

6464
#Firebase
6565
firebase_analytics = "21.2.2"
6666
firebase_bom = "31.5.0"
6767

6868
#Mock
6969
anotation = "1.3.0"
70-
mockk_android = "1.13.5"
70+
mockk_android = "1.13.7"
7171
test_runner = "1.5.2"
7272

7373
#sonar

0 commit comments

Comments
 (0)