Skip to content

Commit

Permalink
Bump io.mockk:mockk-android from 1.12.5 to 1.13.16
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk-android](https://github.com/mockk/mockk) from 1.12.5 to 1.13.16.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.12.5...1.13.16)

---
updated-dependencies:
- dependency-name: io.mockk:mockk-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent e3fadb3 commit 300c193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:truth:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.work:work-testing:2.7.1'
androidTestImplementation "io.mockk:mockk-android:1.12.5"
androidTestImplementation "io.mockk:mockk-android:1.13.16"
debugImplementation 'androidx.fragment:fragment-testing:1.5.2'
debugImplementation 'androidx.test:core-ktx:1.4.0'

Expand Down
2 changes: 1 addition & 1 deletion telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:truth:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.work:work-testing:2.7.1'
androidTestImplementation "io.mockk:mockk-android:1.12.5"
androidTestImplementation "io.mockk:mockk-android:1.13.16"
debugImplementation 'androidx.fragment:fragment-testing:1.5.2'
debugImplementation 'androidx.test:core-ktx:1.6.1'

Expand Down

0 comments on commit 300c193

Please sign in to comment.