Skip to content

Commit

Permalink
Merge pull request #6716 from alvasw/fix_broken_gson_version_enforement
Browse files Browse the repository at this point in the history
Fix broken gson version enforcement
  • Loading branch information
alejandrogarcia83 authored Jun 17, 2023
2 parents b81e558 + 14eb692 commit 1542715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }

Expand Down

0 comments on commit 1542715

Please sign in to comment.