Skip to content

Commit

Permalink
Bump jackson to 2.10.5.1 (close #538)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 19, 2021
1 parent 7a7898a commit 6d4c0e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ object Dependencies {
val kinesisClient = "1.14.5"
val kafka = "2.2.1"
val nsqClient = "1.2.0"
val jackson = "2.10.5"
val jackson = "2.10.5.1"
val jacksonCbor = "2.11.4"
val config = "1.3.4"

val decline = "1.0.0"
Expand Down Expand Up @@ -155,7 +156,7 @@ object Dependencies {
val kinesisClient = "com.amazonaws" % "amazon-kinesis-client" % V.kinesisClient
val gsSdk = "com.google.cloud" % "google-cloud-storage" % V.gcpSdk
val kafkaClients = "org.apache.kafka" % "kafka-clients" % V.kafka
val jacksonCbor = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % V.jackson
val jacksonCbor = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % V.jacksonCbor
val config = "com.typesafe" % "config" % V.config
val log4jOverSlf4j = "org.slf4j" % "log4j-over-slf4j" % V.slf4j
val scopt = "com.github.scopt" %% "scopt" % V.scopt
Expand Down

0 comments on commit 6d4c0e4

Please sign in to comment.