Skip to content

Commit aa42159

Browse files
Ryan Pelaezpelaezryan
Ryan Pelaez
authored andcommitted
Updated KCL java pom.xml dependencies to 2.5.1
1 parent 19e2bab commit aa42159

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>software.amazon.kinesis</groupId>
1515
<artifactId>amazon-kinesis-client-multilang</artifactId>
16-
<version>2.4.4</version>
16+
<version>2.5.1</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>software.amazon.kinesis</groupId>
2020
<artifactId>amazon-kinesis-client</artifactId>
21-
<version>2.4.4</version>
21+
<version>2.5.1</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>software.amazon.awssdk</groupId>
@@ -135,6 +135,11 @@
135135
<artifactId>apache-client</artifactId>
136136
<version>${awssdk.version}</version>
137137
</dependency>
138+
<dependency>
139+
<groupId>software.amazon.awssdk</groupId>
140+
<artifactId>arns</artifactId>
141+
<version>${awssdk.version}</version>
142+
</dependency>
138143
<dependency>
139144
<groupId>io.netty</groupId>
140145
<artifactId>netty-codec-http</artifactId>

0 commit comments

Comments
 (0)