Skip to content

Commit

Permalink
Update mockito to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Sep 24, 2023
1 parent c9a9228 commit 0e8fb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.5.0'
}


Expand Down

0 comments on commit 0e8fb2f

Please sign in to comment.