Skip to content

Commit

Permalink
Update jackson-databind to 2.14.1 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 8, 2022
1 parent d4ef8f2 commit 31a1d45
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 @@ -14,7 +14,7 @@ lazy val zioStreams = "dev.zio" %% "zio-streams"
lazy val zioTest = "dev.zio" %% "zio-test" % zioVersion
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion
lazy val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
lazy val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.0"
lazy val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.1"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.3.4"
lazy val embeddedKafka = "io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion

Expand Down

0 comments on commit 31a1d45

Please sign in to comment.