Skip to content

Commit

Permalink
Bump amazon-kinesis-client to 0.14.5 (close #533)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent 22541e5 commit a81f896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ class KinesisSource private (
log.info("Using workerId: " + workerId)

val kinesisClientLibConfiguration = {
// https://github.com/awslabs/amazon-kinesis-client/issues/737
@annotation.nowarn("msg=constructor KinesisClientLibConfiguration in class KinesisClientLibConfiguration is deprecated")
val kclc = new KinesisClientLibConfiguration(
config.appName,
config.in.raw,
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Dependencies {

val awsSdk = "1.11.728"
val gcpSdk = "1.106.0"
val kinesisClient = "1.13.3"
val kinesisClient = "1.14.5"
val kafka = "2.2.1"
val nsqClient = "1.2.0"
val jackson = "2.10.5"
Expand Down Expand Up @@ -183,4 +183,4 @@ object Dependencies {
val http4sDsl = "org.http4s" %% "http4s-dsl" % V.http4s % Test
val http4sServer = "org.http4s" %% "http4s-blaze-server" % V.http4s % Test
}
}
}

0 comments on commit a81f896

Please sign in to comment.