Skip to content

Commit

Permalink
Keep Java dependencies in sync with the KCLV2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyu714 committed Jan 3, 2023
1 parent 3deae38 commit 6336ba3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<awssdk.version>2.17.268</awssdk.version>
<aws-java-sdk.version>1.12.296</aws-java-sdk.version>
<netty.version>4.1.77.Final</netty.version>
<awssdk.version>2.19.2</awssdk.version>
<aws-java-sdk.version>1.12.370</aws-java-sdk.version>
<netty.version>4.1.86.Final</netty.version>
<netty-reactive.version>2.0.6</netty-reactive.version>
<fasterxml-jackson.version>2.13.4</fasterxml-jackson.version>
<logback.version>1.3.0</logback.version>
Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client-multilang</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
Expand Down

0 comments on commit 6336ba3

Please sign in to comment.