Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates #263

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

mpminardi
Copy link

Hello there. I use this library and noticed that it was pulling in a number of out of date dependencies, some of which have known vulnerabilities (e.g., https://nvd.nist.gov/vuln/detail/CVE-2020-8908 for guava). As part of updating them I did the following:

  1. Moved from the deprecated maven plugin to maven-publish
  2. Removed the android logic in the gradle-mvn-push as it seemed like it wasn't actually being triggered
  3. Updated the gradle wrapper to 7.2.0
  4. Updated shadow to 7.0.0 and updated dependencies between auto-value-gson-extension and auto-value-gson-runtime to get it to properly work on clean builds
  5. Updated all dependencies to the latest versions I could find when possible

Let me know if any of these changes should be walked back or if you want some of this split into separate PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant