amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

Update google.guava dependency to fix the github dependabot alerts #303

Closed weicfd closed 4 years ago

weicfd commented 4 years ago

Issue #, if available: Fix the Dependabot alerts for google guava

Note: also update lombok version to fix compile failure. Please also confirm this.

Test mvn clean install succeed

Description of changes: change guava.version from 18.0 to 29.0-jre, and exclude dependency of DependencyConvergence

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.