Skip to content

Commit

Permalink
chore: bump mockk from 1.12.4 to 1.13.4
Browse files Browse the repository at this point in the history
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.4 to 1.13.4.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.12.4...v1.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent bddaa82 commit 7cdb022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecyklelog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'

testImplementation 'io.mockk:mockk:1.12.4'
testImplementation 'io.mockk:mockk:1.13.4'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit 7cdb022

Please sign in to comment.