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:
Alva Swanson 2023-05-31 10:20:17 +02:00
parent 3d632b1cb2
commit 14eb692a61
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -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' }