Skip to content

Commit

Permalink
Bump amazon-kinesis-client to 1.14.8 (close #259)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed May 4, 2022
1 parent 8f8bce2 commit 20325f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ lazy val main = project.in(file("modules/main"))
Dependencies.Libraries.jackson,
Dependencies.Libraries.jacksonCbor,
Dependencies.Libraries.sentry,
Dependencies.Libraries.protobuf,
// Scala
Dependencies.Libraries.decline,
Dependencies.Libraries.circe,
Expand Down
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ object Dependencies {
// Java
val slf4j = "1.7.30"
val log4j = "2.14.0"
val kinesisClient = "1.14.7"
val kinesisClient = "1.14.8"
val kinesisConnector = "1.3.0"
val hadoop = "2.10.1"
val elephantbird = "4.17"
val hadoopLZO = "0.4.20"
val jackson = "2.12.6"
val sentry = "1.7.30"
val collections = "3.2.2" // Address vulnerability
val protobuf = "3.19.4" // Address vulnerability
// Thrift (test only)
val collectorPayload = "0.0.0"
val thrift = "0.15.0" // Address vulnerabilities
Expand Down Expand Up @@ -79,7 +78,6 @@ object Dependencies {
.exclude("com.hadoop.gplcompression", "hadoop-lzo")
val hadoopLZO = "com.hadoop.gplcompression" % "hadoop-lzo" % V.hadoopLZO
val sentry = "io.sentry" % "sentry" % V.sentry
val protobuf = "com.google.protobuf" % "protobuf-java" % V.protobuf

val decline = "com.monovore" %% "decline" % V.decline
val circe = "io.circe" %% "circe-generic" % V.circe
Expand Down

0 comments on commit 20325f6

Please sign in to comment.