@@ -402,7 +402,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation")
402402dependencies {
403403 ksp(" com.github.bumptech.glide:ksp:4.16.0" )
404404 ksp(" androidx.annotation:annotation:1.9.1" )
405- ksp(" androidx.room:room-compiler:2.7.1 " )
405+ ksp(" androidx.room:room-compiler:2.7.2 " )
406406 // ACRA needs the following dependency to use a custom report sender
407407
408408 ksp(" dev.zacsweers.autoservice:auto-service-ksp:1.2.0" )
@@ -413,7 +413,7 @@ dependencies {
413413 devDebugImplementation(" com.squareup.leakcanary:leakcanary-android:2.14" )
414414 // uiTests is the build type for testing.
415415 // noinspection FragmentGradleConfiguration
416- uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.6 " )
416+ uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.7 " )
417417 uiTestsImplementation(" androidx.test:core-ktx:1.6.1" )
418418
419419 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
@@ -425,9 +425,9 @@ dependencies {
425425 androidTestImplementation(" androidx.test:rules:1.6.1" )
426426 androidTestImplementation(" androidx.test.ext:junit-ktx:1.2.1" )
427427 androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
428- androidTestImplementation(" androidx.room:room-testing:2.7.1 " )
428+ 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,20 +438,20 @@ 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.20 " )
441+ testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.2.0 " )
442442 testImplementation(" junit:junit:4.13.2" )
443- testImplementation(" androidx.room:room-testing:2.7.1 " )
443+ 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" )
453453 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
454- implementation(" androidx.recyclerview:recyclerview-selection:1.1 .0" )
454+ implementation(" androidx.recyclerview:recyclerview-selection:1.2 .0" )
455455 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
456456 implementation(" androidx.test.espresso:espresso-idling-resource:3.6.1" )
457457 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
@@ -460,20 +460,20 @@ dependencies {
460460 implementation(" androidx.lifecycle:lifecycle-process:2.8.7" )
461461 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" )
462462 implementation(" androidx.lifecycle:lifecycle-service:2.8.7" )
463- implementation(" androidx.room:room-runtime:2.7.1 " )
464- implementation(" androidx.room:room-ktx:2.7.1 " )
463+ implementation(" androidx.room:room-runtime:2.7.2 " )
464+ implementation(" androidx.room:room-ktx:2.7.2 " )
465465 // we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs
466466 // noinspection GradleDependency
467467 implementation(" androidx.paging:paging-runtime-ktx:2.1.2" )
468468 implementation(" androidx.preference:preference-ktx:1.2.1" )
469469 implementation(" androidx.core:core-ktx:1.16.0" )
470470 implementation(" androidx.core:core-splashscreen:1.0.1" )
471471 implementation(" androidx.activity:activity-ktx:1.10.1" )
472- implementation(" androidx.fragment:fragment-ktx:1.8.6 " )
473- implementation(" androidx.work:work-runtime-ktx:2.10.1 " )
474- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.9 " )
475- implementation(" androidx.navigation:navigation-ui-ktx:2.8.9 " )
476- implementation(" androidx.navigation:navigation-runtime-ktx:2.8.9 " )
472+ implementation(" androidx.fragment:fragment-ktx:1.8.8 " )
473+ implementation(" androidx.work:work-runtime-ktx:2.10.2 " )
474+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.0 " )
475+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.0 " )
476+ implementation(" androidx.navigation:navigation-runtime-ktx:2.9.0 " )
477477 implementation(" androidx.webkit:webkit:1.13.0" )
478478
479479 implementation(" com.google.android.gms:play-services-base:18.7.0" )
@@ -486,10 +486,10 @@ dependencies {
486486 // ACRA needs the following dependency to use a custom report sender
487487 implementation(" com.google.auto.service:auto-service-annotations:1.1.1" )
488488
489- implementation(" com.squareup.retrofit2:retrofit:2.11 .0" )
490- implementation(" com.squareup.retrofit2:converter-gson:2.11 .0" )
491- implementation(" com.squareup.retrofit2:converter-scalars:2.11 .0" )
492- implementation(" com.squareup.okio:okio:3.11 .0" )
489+ implementation(" com.squareup.retrofit2:retrofit:3.0 .0" )
490+ implementation(" com.squareup.retrofit2:converter-gson:3.0 .0" )
491+ implementation(" com.squareup.retrofit2:converter-scalars:3.0 .0" )
492+ implementation(" com.squareup.okio:okio:3.13 .0" )
493493 implementation(" com.squareup.okhttp3:logging-interceptor:4.12.0" )
494494
495495 implementation(" com.github.bumptech.glide:glide:4.16.0" )
0 commit comments