Skip to content

Commit 1548a0c

Browse files
committed
Upgrade to Mockito 3.2
1 parent 32e7adf commit 1548a0c

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
@@ -201,7 +201,7 @@ configure(allprojects) { project ->
201201
exclude group: "org.hamcrest", name: "hamcrest-core"
202202
}
203203
}
204-
dependencySet(group: 'org.mockito', version: '3.1.0') {
204+
dependencySet(group: 'org.mockito', version: '3.2.0') {
205205
entry('mockito-core') {
206206
exclude group: "org.hamcrest", name: "hamcrest-core"
207207
}

0 commit comments

Comments
 (0)