Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 3d407ff commit 5aebf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2"
testImplementation "com.google.truth:truth:1.1.3"
testImplementation "com.squareup.okhttp3:mockwebserver:4.9.1"
testImplementation "io.mockk:mockk:1.13.5"
testImplementation "io.mockk:mockk:1.13.16"
testImplementation "org.robolectric:robolectric:4.5.1"

androidTestImplementation 'com.google.dagger:hilt-android-testing:2.46.1'
Expand Down

0 comments on commit 5aebf80

Please sign in to comment.