aws / aws/aws-encryption-sdk-java
Incorrect version for aws-cryptographic-material-providers in README
- 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
Research direction
Open the README and locate the aws-cryptographic-material-providers dependency shown in the issue. Verify the listed version against Maven Central, update it to 1.11.0, and confirm the dependency example now uses a valid version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100