Skip to content

Commit

Permalink
chore(deps): bump junit from 1.1.2 to 1.1.3 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 3, 2021
1 parent 2cf0c00 commit 7d12233
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
androidTestImplementation "androidx.arch.core:core-testing:2.1.0"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.espresso:espresso-intents:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test:rules:1.4.0"
androidTestImplementation "com.google.dagger:hilt-android-testing:$hilt_version"
androidTestImplementation("com.schibsted.spain:barista:3.9.0") {
Expand Down
2 changes: 1 addition & 1 deletion features/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"

androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"

kapt "com.google.dagger:hilt-compiler:$hilt_version"
}
2 changes: 1 addition & 1 deletion features/profile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"

androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"

kapt "com.google.dagger:hilt-compiler:$hilt_version"
}
2 changes: 1 addition & 1 deletion features/series/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"

androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"

kapt "com.google.dagger:hilt-compiler:$hilt_version"
}
2 changes: 1 addition & 1 deletion features/settings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation "junit:junit:$junit_version"

androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"

kapt "com.google.dagger:hilt-compiler:$hilt_version"
}
2 changes: 1 addition & 1 deletion features/timeline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
testImplementation "junit:junit:$junit_version"

androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"

kapt "com.google.dagger:hilt-compiler:$hilt_version"
}
2 changes: 1 addition & 1 deletion libraries/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation "io.mockk:mockk:$mockk_version"
testImplementation "junit:junit:$junit_version"

androidTestImplementation "androidx.test.ext:junit:1.1.2"
androidTestImplementation "androidx.test.ext:junit:1.1.3"

kapt "com.google.dagger:hilt-compiler:$hilt_version"
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
Expand Down

0 comments on commit 7d12233

Please sign in to comment.