jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

update the "gson" library to v2.10.1 #2183

Closed stephengold closed 5 months ago

stephengold commented 6 months ago

Currently the jme3-plugins-json-gson subproject depends on v2.9.1 of Google's Gson library, which was released in July 2022.

This PR updates the dependency to v2.10.1, which was released in January 2023.

For a summary of the differences between the 2 releases, see the Gson release notes.