Update README.md

Update the version number in the dependency for KCL 2.x
This commit is contained in:
Minu Hong 2025-01-03 14:53:01 -08:00 committed by GitHub
parent d9a238d33d
commit 0fec35b7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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