Skip to content

Commit

Permalink
Update dependency org.mockito.kotlin:mockito-kotlin to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EranBoudjnah authored Jul 12, 2024
2 parents 563cc2d + abc5fc9 commit f1bed6d
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.3.1'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0'

testImplementation 'io.mockk:mockk:1.13.11'

Expand Down

0 comments on commit f1bed6d

Please sign in to comment.