Skip to content

Commit 6b6e8be

Browse files
committed
Upgrade to Mockito 3.4.4
1 parent 7ce4d15 commit 6b6e8be

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
@@ -191,7 +191,7 @@ configure(allprojects) { project ->
191191
exclude group: "org.hamcrest", name: "hamcrest-core"
192192
}
193193
}
194-
dependencySet(group: 'org.mockito', version: '3.3.3') {
194+
dependencySet(group: 'org.mockito', version: '3.4.4') {
195195
entry('mockito-core') {
196196
exclude group: "org.hamcrest", name: "hamcrest-core"
197197
}

0 commit comments

Comments
 (0)