Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent e45688d commit 287cb6e
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 @@ -18,7 +18,7 @@ dependencies {
testImplementation "org.mockito:mockito-inline:${Version.mockito}"
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.1'

testImplementation 'io.mockk:mockk:1.13.10'
testImplementation 'io.mockk:mockk:1.13.11'

testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.hamcrest:hamcrest:2.2'
Expand Down

0 comments on commit 287cb6e

Please sign in to comment.