Update README.md

This commit is contained in:
Micah Jaffe 2019-09-23 14:46:42 -07:00 committed by GitHub
parent 0ca5b4d6f6
commit 98b016276b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
```