Skip to content

Commit

Permalink
Update Mockito to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Jul 23, 2022
1 parent 196d8d3 commit 90033d3
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 @@ -70,7 +70,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: '3.12.4'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
}


Expand Down

0 comments on commit 90033d3

Please sign in to comment.