diff --git a/testing-ktx/build.gradle b/testing-ktx/build.gradle index 03c11ed..c219099 100644 --- a/testing-ktx/build.gradle +++ b/testing-ktx/build.gradle @@ -29,7 +29,7 @@ dependencies { api project(':testing') implementation 'androidx.annotation:annotation:1.9.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.6' + implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.7' testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.arch.core:core-testing:2.2.0' diff --git a/testing/build.gradle b/testing/build.gradle index 74e7382..6f9a6ac 100644 --- a/testing/build.gradle +++ b/testing/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.9.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.6' + implementation 'androidx.lifecycle:lifecycle-livedata-core:2.8.7' testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2'