aws / aws/aws-encryption-sdk-java
Incorrect version for aws-cryptographic-material-providers in README
Open
- Dominant language
- Java
- Stars
- 240
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
**Summary**
The README for the AWS Encryption SDK Java lists the following dependency:
```xml
software.amazon.cryptography
aws-cryptographic-material-providers
3.0.2
```
However, version **3.0.2 does not exist on Maven Central**.
The latest available version is 1.11.0 as can be seen in the image below
**Suggested fix**
Update the README to use a valid version:
```xml
1.11.0
```
Contributor guide
Assessment
This issue has not been assessed yet.