Merge pull request #6716 from alvasw/fix_broken_gson_version_enforement

Fix broken gson version enforcement
This commit is contained in:
Alejandro García 2023-06-17 21:30:05 +00:00 committed by GitHub
commit 1542715f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ fontawesomefx-materialdesign-font = { strictly = '2.0.26-9.1.2' }
fxmisc-easybind = { strictly = '1.0.3' } fxmisc-easybind = { strictly = '1.0.3' }
google-findbugs = { strictly = '3.0.2' } 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-guava = { strictly = '30.1.1-jre' }
google-guice = { strictly = '5.0.1' } google-guice = { strictly = '5.0.1' }