From 6df65b068ff9388e6f9ed9c497c3533c6fef4d12 Mon Sep 17 00:00:00 2001 From: Jannik Arndt Date: Mon, 1 Apr 2019 20:44:54 +0200 Subject: [PATCH] Upgrade amazon-kinesis-client to 1.9.3 (#74) --- build.sbt | 2 +- localstack/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4678000..b4656c2 100644 --- a/build.sbt +++ b/build.sbt @@ -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 diff --git a/localstack/docker-compose.yml b/localstack/docker-compose.yml index bac298f..7f3e4b7 100644 --- a/localstack/docker-compose.yml +++ b/localstack/docker-compose.yml @@ -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"