File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ dependencies {
212212 implementation ' software.amazon.awssdk:dynamodb'
213213 implementation ' software.amazon.awssdk:dynamodb-enhanced'
214214 implementation ' software.amazon.awssdk:cloudwatch'
215- // Kinesis Client Library v2 for consumer
215+ // Kinesis Client Library v3 for consumer
216216 implementation " software.amazon.kinesis:amazon-kinesis-client:${ kinesisClient} "
217217 implementation group : ' io.dropwizard.metrics' , name : ' metrics-core' , version : " ${ metrics} "
218218 implementation group : ' io.dropwizard.metrics' , name : ' metrics-jvm' , version : " ${ metrics} "
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ hierynomusLicense=0.16.1
3232sonarqube =5.1.0.4882
3333testContainers =1.19.7
3434kinesisClient =3.1.2
35- awsSdkV2 =2.25.64
35+ awsSdkV2 =2.33.9
3636httpclient =4.5.14
You can’t perform that action at this time.
0 commit comments