Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update mockito to the new version available 5.2.0
  • Loading branch information
krupikivan committed Mar 14, 2024
commit 98bebf9a3699b655bee4ff675fb84d0412c6a763
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
}
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.0.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
}


Expand Down