InventivetalentDev / MineskinClient

Java client for the MineSkin API
https://mineskin.org
MIT License
33 stars 15 forks source link

Upgrade dependencies #9

Closed vanjmali closed 1 year ago

vanjmali commented 2 years ago

gson is out of date and the way it is implemented overlaps with the project and other dependency in the project that MineskinClient was implemented in as a dependency. I am not familiar with maven to use that but AFAIK, in gradle it would be useful to use implementation instead of api to add a library, maybe similar it's with maven? I upgraded gson instead to fix the issue for now :P