Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2022
1 parent 1026c5c commit 6a99505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {

// (Required) Writing and executing Unit Tests on the JUnit Platform
testImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
testImplementation "io.mockk:mockk:1.12.7"
testImplementation "io.mockk:mockk:1.12.8"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"

// (Optional) If you need "Parameterized Tests"
Expand All @@ -84,7 +84,7 @@ dependencies {

// 6) The instrumentation test companion libraries
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.3.0"
androidTestImplementation "io.mockk:mockk:1.12.7"
androidTestImplementation "io.mockk:mockk:1.12.8"
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.3.0"
}

Expand Down

0 comments on commit 6a99505

Please sign in to comment.