Skip to content

Commit 4863b5d

Browse files
committed
Revert Mockito to 3.11.0
Revert Mockito upgrade done in 5d919dc because Byte Buddy transitive upgrade from 1.11.1 to 1.11.3 seems to break Mockk tests with java.security.AccessControlException related errors, so probably better to wait Mockito using Byte buddy 1.11.5+ which seems to refine this area, see https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.11.5.
1 parent d6df4a6 commit 4863b5d

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
@@ -196,7 +196,7 @@ configure(allprojects) { project ->
196196
exclude group: "org.hamcrest", name: "hamcrest-core"
197197
}
198198
}
199-
dependencySet(group: 'org.mockito', version: '3.11.2') {
199+
dependencySet(group: 'org.mockito', version: '3.11.0') {
200200
entry('mockito-core') {
201201
exclude group: "org.hamcrest", name: "hamcrest-core"
202202
}

0 commit comments

Comments
 (0)