awslabs / amazon-dynamodb-lock-client

The AmazonDynamoDBLockClient is a general purpose distributed locking library built on top of DynamoDB. It supports both coarse-grained and fine-grained locking.
Other
472 stars 85 forks source link

feat: update dependencies #81

Open tvcsantos opened 2 years ago

tvcsantos commented 2 years ago

Description of changes:

Updated the dependencies to the most recent ones.

Also removed PowerMock, since in the most recent versions Mockito is now able to mock final/static classes.

Adapted tests and code so that we don't have errors during compilation and test phases.

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

tvcsantos commented 2 years ago

@justinwlin-amazon can you foresee a timeline for this library to be released for SDK v2?