Skip to content

Commit d6d3a4b

Browse files
committed
[Java] Upgrade to Mockito 2.2.29.
1 parent 98bc446 commit d6d3a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ subprojects {
121121

122122
testCompile 'org.hamcrest:hamcrest-all:1.3'
123123
testCompile 'junit:junit:4.12'
124-
testCompile 'org.mockito:mockito-core:2.2.28'
124+
testCompile 'org.mockito:mockito-core:2.2.29'
125125
testCompile 'com.google.code.gson:gson:2.8.0'
126126
}
127127

0 commit comments

Comments
 (0)