auth0 / auth0-java-mvc-common

Contains common helper classes and api client logic that are used across our Java MVC libraries
MIT License
43 stars 39 forks source link

Upgrade Guava dependency #143

Open cowwoc opened 7 months ago

cowwoc commented 7 months ago

Checklist

Describe the problem you'd like to have solved

This library depends on com.google.guava:guava-annotations:jar:r03:runtime which is over 13 (!!!!) years old. Not only is it no longer supported, it prevents anyone who uses the latest version of Guava from using your library because both JAR files export the same package name. This isn't allowed in Java Modules.

Describe the ideal solution

Upgrade the dependency to the latest version of Guava.

Alternatives and current workarounds

No response

Additional context

No response