@@ -33,7 +33,7 @@ dependencies {
33
33
implementation ' androidx.core:core-ktx:1.9.0'
34
34
implementation ' androidx.core:core-splashscreen:1.0.0'
35
35
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
36
- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 "
36
+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0 '
37
37
implementation ' androidx.media:media:1.6.0'
38
38
implementation ' androidx.preference:preference-ktx:1.2.0'
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
@@ -44,11 +44,11 @@ dependencies {
44
44
testImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
45
45
testImplementation ' io.mockk:mockk:1.13.4'
46
46
testImplementation ' junit:junit:4.13.2'
47
- testImplementation ' org.mockito:mockito-core:5.1.1 '
47
+ testImplementation ' org.mockito:mockito-core:5.2.0 '
48
48
testImplementation ' org.robolectric:robolectric:4.9.2'
49
49
testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
50
50
testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
51
- testImplementation ' org.slf4j:slf4j-simple:2.0.6 '
51
+ testImplementation ' org.slf4j:slf4j-simple:2.0.7 '
52
52
// Android Test Dependencies
53
53
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
54
54
androidTestImplementation ' androidx.test.ext:junit-ktx:1.1.5'
0 commit comments