File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# Define the dependency versions
3
3
# kotlin
4
- kotlinVersion = " 1.8.20 "
4
+ kotlinVersion = " 1.9.0 "
5
5
kotlinJvmTarget = " 17"
6
6
kotlinxCoroutines = " 1.6.4"
7
7
kotlinxSerializationJson = " 1.5.0"
8
8
9
9
# gradle
10
- androidGradlePlugin = " 8.0.0 "
10
+ androidGradlePlugin = " 8.1.1 "
11
11
12
12
# androidx
13
13
androidxComposeBom = " 2023.04.01"
@@ -21,7 +21,7 @@ androidxEspresso = "3.5.1"
21
21
androidxTestRules = " 1.5.0"
22
22
androidxTestRunner = " 1.5.2"
23
23
androidxTestMonitor = " 1.6.1"
24
- androidxTestCore = " 1.4 .0"
24
+ androidxTestCore = " 1.5 .0"
25
25
androidxTestExt = " 1.1.5"
26
26
27
27
# hilt
@@ -59,15 +59,15 @@ junit4 = "4.13.2"
59
59
android_junit = " 1.1.5"
60
60
espresso = " 3.5.0"
61
61
junit = " 4.13.2"
62
- jupiter_junit = " 5.9.2 "
62
+ jupiter_junit = " 5.10.0 "
63
63
64
64
# Firebase
65
65
firebase_analytics = " 21.2.2"
66
66
firebase_bom = " 31.5.0"
67
67
68
68
# Mock
69
69
anotation = " 1.3.0"
70
- mockk_android = " 1.13.5 "
70
+ mockk_android = " 1.13.7 "
71
71
test_runner = " 1.5.2"
72
72
73
73
# sonar
You can’t perform that action at this time.
0 commit comments