KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
678 stars 103 forks source link

Changed gson version #1062

Closed Keylessboi closed 2 months ago

Keylessboi commented 2 months ago

Changed gson version to prevent a deserialization bug CVE

zml2008 commented 2 months ago

We want to maintain compatibility with environments using older MC versions which ship old gson. Depending on modern MC will pull in the newer gson anyways, and standalone projects can bump it based on their own needs.