awslabs / dynamodb-cross-region-library

A library to facilitate cross-region replication with Amazon DynamoDB Streams.
Apache License 2.0
275 stars 98 forks source link

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

Open prithviramanathan opened 4 years ago

prithviramanathan commented 4 years ago

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

Description of changes: change guava.version from 18.0 to 29.0-jre

Tested using:

mvn clean install

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

khanshariquem commented 4 years ago

can you also run the integration tests ? mvn clean verify -Pintegration-tests