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

Commit

Permalink
Upgrade amazon-kinesis-client to 1.9.3 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt authored and markglh committed Apr 1, 2019
1 parent b8240cf commit 6df65b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val library =
// TODO: Upgrade this to 1.9.x when this issue is resolved and exposed in localstack:
// https://github.com/mhart/kinesalite/issues/59
// 1.9.3 breaks KinesisSourceGraphStageIntegrationSpec and ConsumerProcessingManagerIntegrationSpec
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10" % Compile
"com.amazonaws" % "amazon-kinesis-client" % "1.9.3" % Compile
excludeAll (ExclusionRule(organization = "com.fasterxml.jackson.core"),
ExclusionRule(organization = "com.fasterxml.jackson.dataformat")),
"com.amazonaws" % "amazon-kinesis-producer" % "0.12.11" % Compile
Expand Down
2 changes: 1 addition & 1 deletion localstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"

services:
localstack:
image: markglh/initialised-localstack:0.8.3
image: jannikarndt/initialised-localstack:0.9.1
volumes:
- ./templates:/opt/bootstrap/templates
#network_mode: "host"
Expand Down

0 comments on commit 6df65b0

Please sign in to comment.