Skip to content

Commit

Permalink
Update jackson-databind to 2.13.4 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Vigovszky <daniel.vigovszky@gmail.com>
  • Loading branch information
scala-steward and vigoo committed Sep 24, 2022
1 parent fd3bbed commit 9d73a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy val kafka =
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.apache.kafka" % "kafka-clients" % kafkaVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.3",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
) ++ {
Expand Down

0 comments on commit 9d73a44

Please sign in to comment.