Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
update mockito to 3.3.3 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
penghuo authored Sep 17, 2020
1 parent 8a43356 commit 57750dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {

testCompile group: 'org.hamcrest', name: 'hamcrest-core', version:'2.2'
// testCompile group: 'com.alibaba', name: 'fastjson', version:'1.2.56'
testCompile group: 'org.mockito', name: 'mockito-core', version:'2.23.4'
testCompile group: 'org.mockito', name: 'mockito-core', version:'3.3.3'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: "org.elasticsearch.client", name: 'transport', version: "${es_version}"

Expand Down

0 comments on commit 57750dc

Please sign in to comment.