From 91c437fc8c770300bb638ff1e5d832ca114a456f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 12:10:22 +0000 Subject: [PATCH] Bump junit from 4.13.1 to 4.13.2 Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2) Signed-off-by: dependabot[bot] --- api/build.gradle | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/build.gradle b/api/build.gradle index 0431f48..a17e453 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -17,7 +17,7 @@ dependencies { kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version" //Test - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' //Coroutines implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" diff --git a/app/build.gradle b/app/build.gradle index 5b8c5db..c3da6cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,13 +46,13 @@ dependencies { implementation project(":api") //Testing - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' //ViewModel and LiveData implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0' //Navigation implementation 'androidx.navigation:navigation-fragment-ktx:2.3.3'