@@ -427,7 +427,7 @@ dependencies {
427427 androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
428428 androidTestImplementation(" androidx.room:room-testing:2.7.2" )
429429 androidTestImplementation(" androidx.arch.core:core-testing:2.2.0" )
430- androidTestImplementation(" androidx.work:work-testing:2.10.1 " )
430+ androidTestImplementation(" androidx.work:work-testing:2.10.2 " )
431431 androidTestImplementation(" com.squareup.okhttp3:mockwebserver:4.12.0" )
432432 androidTestImplementation(" com.squareup.okhttp3:okhttp-tls:4.12.0" )
433433 androidTestImplementation(" com.athaydes.rawhttp:rawhttp-core:2.6.0" )
@@ -438,15 +438,15 @@ dependencies {
438438 testImplementation(" com.shazam:shazamcrest:0.11" )
439439 testImplementation(" org.robolectric:robolectric:4.14.1" )
440440 // we need it to test Parcelable implementation
441- testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.1.21 " )
441+ testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.2.0 " )
442442 testImplementation(" junit:junit:4.13.2" )
443443 testImplementation(" androidx.room:room-testing:2.7.2" )
444444 testImplementation(" io.github.classgraph:classgraph:4.8.179" )
445445
446446 implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
447447
448448 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
449- implementation(" androidx.appcompat:appcompat:1.7.0 " )
449+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
450450 implementation(" androidx.legacy:legacy-preference-v14:1.0.0" )
451451 implementation(" androidx.cardview:cardview:1.0.0" )
452452 implementation(" androidx.browser:browser:1.8.0" )
@@ -470,7 +470,7 @@ dependencies {
470470 implementation(" androidx.core:core-splashscreen:1.0.1" )
471471 implementation(" androidx.activity:activity-ktx:1.10.1" )
472472 implementation(" androidx.fragment:fragment-ktx:1.8.8" )
473- implementation(" androidx.work:work-runtime-ktx:2.10.1 " )
473+ implementation(" androidx.work:work-runtime-ktx:2.10.2 " )
474474 implementation(" androidx.navigation:navigation-fragment-ktx:2.9.0" )
475475 implementation(" androidx.navigation:navigation-ui-ktx:2.9.0" )
476476 implementation(" androidx.navigation:navigation-runtime-ktx:2.9.0" )
0 commit comments