Skip to content

Commit

Permalink
Merge pull request #327 from awslabs/dependabot/maven/software.amazon…
Browse files Browse the repository at this point in the history
….kinesis-amazon-kinesis-client-multilang-2.5.8

Bump software.amazon.kinesis:amazon-kinesis-client-multilang and software.amazon.kinesis:amazon-kinesis-client from 2.5.5 to 2.5.8
  • Loading branch information
lucienlu-aws authored Apr 24, 2024
2 parents c2a86b8 + 82bfbe6 commit 7698e1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<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>
<kcl.version>2.5.8</kcl.version>
<awssdk.version>2.20.43</awssdk.version>
<aws-java-sdk.version>1.12.512</aws-java-sdk.version>
<netty.version>4.1.100.Final</netty.version>
Expand All @@ -13,12 +14,12 @@
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client-multilang</artifactId>
<version>2.5.5</version>
<version>${kcl.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>2.5.5</version>
<version>${kcl.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down

0 comments on commit 7698e1f

Please sign in to comment.