Skip to content

Commit

Permalink
build(deps): upgrade mockito to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Dec 22, 2021
1 parent 9911f35 commit b78c344
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 @@ -87,7 +87,7 @@ dependencies {
testImplementation group: 'com.google.truth', name: 'truth', version: truth_version
testImplementation group: 'com.google.truth.extensions', name: 'truth-java8-extension', version: truth_version

def mockito_version = '3.12.4'
def mockito_version = '4.2.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: mockito_version
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: mockito_version

Expand Down

0 comments on commit b78c344

Please sign in to comment.