mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 13:25:14 +01:00
Fix broken gson version enforcement
We strictly enforce version 2.8.5 for all modules, but the cli module transitively depends on version 2.8.6.
This commit is contained in:
parent
3d632b1cb2
commit
14eb692a61
@ -18,7 +18,7 @@ fontawesomefx-materialdesign-font = { strictly = '2.0.26-9.1.2' }
|
||||
fxmisc-easybind = { strictly = '1.0.3' }
|
||||
|
||||
google-findbugs = { strictly = '3.0.2' }
|
||||
google-gson = { strictly = '2.8.5' }
|
||||
google-gson = { strictly = '2.8.6' }
|
||||
google-guava = { strictly = '30.1.1-jre' }
|
||||
google-guice = { strictly = '5.0.1' }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user