diff --git a/README.md b/README.md index f4107026..a45ae120 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. software.amazon.kinesis amazon-kinesis-client - 2.4.3 + 2.4.3-SNAPSHOT ``` diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 2870184a..9bb2d073 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -21,14 +21,14 @@ amazon-kinesis-client-pom software.amazon.kinesis - 2.4.3 + 2.4.3-SNAPSHOT 4.0.0 amazon-kinesis-client-multilang - 1.12.130 + 1.12.296 @@ -72,13 +72,13 @@ org.projectlombok lombok - 1.18.22 + 1.18.24 provided ch.qos.logback logback-classic - 1.4.0 + 1.3.0 com.beust diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index ec349c2b..aa253f34 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -22,7 +22,7 @@ software.amazon.kinesis amazon-kinesis-client-pom - 2.4.3 + 2.4.3-SNAPSHOT amazon-kinesis-client @@ -109,7 +109,7 @@ io.reactivex.rxjava3 rxjava - 3.1.3 + 3.1.5 @@ -152,7 +152,7 @@ ch.qos.logback logback-classic - 1.4.0 + 1.3.0 test @@ -343,7 +343,7 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.3.0 copy-dist diff --git a/pom.xml b/pom.xml index 54c830f1..34f7e2df 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ amazon-kinesis-client-pom pom Amazon Kinesis Client Library - 2.4.3 + 2.4.3-SNAPSHOT The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis.