Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 6df65b0

Browse files
JannikArndtmarkglh
authored andcommitted
Upgrade amazon-kinesis-client to 1.9.3 (#74)
1 parent b8240cf commit 6df65b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val library =
4343
// TODO: Upgrade this to 1.9.x when this issue is resolved and exposed in localstack:
4444
// https://github.com/mhart/kinesalite/issues/59
4545
// 1.9.3 breaks KinesisSourceGraphStageIntegrationSpec and ConsumerProcessingManagerIntegrationSpec
46-
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10" % Compile
46+
"com.amazonaws" % "amazon-kinesis-client" % "1.9.3" % Compile
4747
excludeAll (ExclusionRule(organization = "com.fasterxml.jackson.core"),
4848
ExclusionRule(organization = "com.fasterxml.jackson.dataformat")),
4949
"com.amazonaws" % "amazon-kinesis-producer" % "0.12.11" % Compile

localstack/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "2.3"
22

33
services:
44
localstack:
5-
image: markglh/initialised-localstack:0.8.3
5+
image: jannikarndt/initialised-localstack:0.9.1
66
volumes:
77
- ./templates:/opt/bootstrap/templates
88
#network_mode: "host"

0 commit comments

Comments
 (0)