Update README.md

This commit is contained in:
ashwing 2021-01-27 17:05:57 -08:00 committed by GitHub
parent e03285508e
commit d5cac07851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</dependency>
```