Skip to content

Commit

Permalink
Update dependency org.mockito.kotlin:mockito-kotlin to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent a31da43 commit 96ba83d
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 @@ -16,7 +16,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'

testImplementation "org.mockito:mockito-inline:${Version.mockito}"
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.1.0'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.2.1'

testImplementation 'io.mockk:mockk:1.13.8'

Expand Down

0 comments on commit 96ba83d

Please sign in to comment.