Commit e46f020
committed
Revert Mockito 5 upgrade that breaks native method mocking
Mockito 5 cannot mock native methods like RandomAccessFile.length(),
causing ResumableRandomAccessFileListenerTest to fail with
"Stream Closed" on all platforms. Revert to Mockito 4.11.0 and add
dependabot ignore rule for the major version bump.1 parent 3d372b9 commit e46f020
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments