Updated README.md with latest version 2.5.1

This commit is contained in:
Ryan Pelaez 2023-06-27 09:57:29 -07:00
parent 52fc93f0ca
commit 2f13ec6857

View file

@ -56,7 +56,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.4.8</version>
<version>2.5.1</version>
</dependency>
```