diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 04ce136b1..72f5b5432 100644 --- a/firestore/app/build.gradle.kts +++ b/firestore/app/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { implementation("androidx.navigation:navigation-ui-ktx:2.7.7") // Android architecture components - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.4") @@ -97,6 +97,6 @@ dependencies { androidTestImplementation("androidx.test:runner:1.6.1") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") androidTestImplementation("junit:junit:4.13.2") - androidTestImplementation("org.hamcrest:hamcrest-library:2.2") + androidTestImplementation("org.hamcrest:hamcrest-library:3.0") androidTestImplementation("com.google.firebase:firebase-auth") } diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 2d725e0d2..0c9b17e89 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -53,7 +53,7 @@ android { dependencies { implementation(project(":internal:lintchecks")) implementation(project(":internal:chooserx")) - implementation("androidx.annotation:annotation:1.8.1") + implementation("androidx.annotation:annotation:1.8.2") implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") implementation("androidx.core:core-ktx:1.13.1") @@ -75,11 +75,11 @@ dependencies { implementation("com.google.firebase:firebase-installations:18.0.0") - implementation("androidx.work:work-runtime:2.9.0") + implementation("androidx.work:work-runtime:2.9.1") // Testing dependencies androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") androidTestImplementation("androidx.test:runner:1.6.1") androidTestImplementation("androidx.test:rules:1.6.1") - androidTestImplementation("androidx.annotation:annotation:1.8.1") + androidTestImplementation("androidx.annotation:annotation:1.8.2") } diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index fe1e46888..efec2fc14 100644 --- a/perf/app/build.gradle.kts +++ b/perf/app/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4") implementation("com.github.bumptech.glide:glide:4.12.0") diff --git a/vertexai/app/build.gradle.kts b/vertexai/app/build.gradle.kts index 49ece4411..5fee56382 100644 --- a/vertexai/app/build.gradle.kts +++ b/vertexai/app/build.gradle.kts @@ -52,7 +52,7 @@ android { dependencies { implementation("androidx.core:core-ktx:1.9.0") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4") implementation("androidx.activity:activity-compose:1.9.1") implementation("androidx.navigation:navigation-compose:2.7.7")