Simsilica / SiO2

Base pack of useful reusable game code that can help bootstrap any JME game project.
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Update Guava library #15

Open tonihele opened 12 months ago

tonihele commented 12 months ago

Update Guava library. Lots of warnings from vulnerabilities.

https://mvnrepository.com/artifact/com.google.guava/guava/19.0

pspeed42 commented 12 months ago

Yes, I need to update... but note that if you include a newer one in your dependencies then that is the one that will be used.

guava-19 is the "minimum compatible version" that SiO2 supports. In your own projects, you are free to use the next highest version without breaking changes.

And if there is a next highest (and desired) version that has breaking changes that affect SiO2 then I definitely want to know as that will up the priority of this request.

tonihele commented 12 months ago

My projects don't use Guava. Only comes from SiO2 dependency. So I didn't play around with any versions to see whether they work or not.