Closed Justintime50 closed 1 year ago
I'll dig in and see what that dependency is for and if we can get around it.
Odd, Maven Repository is not reporting any vulnerabilities for Guava 31.1-jre
That said, Guava is a dependency of ErrorProne, which we only use to do static analysis on our library
So, if there is a vulnerability, it shouldn't be passed down to the end-user (not a compile dependency).
Description
Bumps all dependencies to fix some security issues.
This change introduces a bunch of new warnings during the build process, most of which about bad javadocs that need to be corrected. This can be done separately.
Unfortunately, there is still a vulnerability of a 3rd party dependency that we don't have control over. Similarly, Google hasn't released a patch in over a year so we may be SOL:
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.