mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Bump mockito version to fix tests
Newer mockito version fixes tests which started failing for this branch after the merge of v1.4.2.
This commit is contained in:
parent
416373edf5
commit
0cd97a57eb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ configure(subprojects) {
|
|||
logbackVersion = '1.1.11'
|
||||
loggingVersion = '1.2'
|
||||
lombokVersion = '1.18.12'
|
||||
mockitoVersion = '3.3.0'
|
||||
mockitoVersion = '3.5.15'
|
||||
netlayerVersion = 'cc80787'
|
||||
protobufVersion = '3.10.0'
|
||||
protocVersion = protobufVersion
|
||||
|
|
Loading…
Add table
Reference in a new issue