Skip to content

Commit

Permalink
Bump up jackson-databind lib
Browse files Browse the repository at this point in the history
  • Loading branch information
chungonn committed Apr 12, 2024
1 parent 9d143d6 commit 0a8672f
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 @@ -12,7 +12,7 @@ Compile / javacOptions ++= Seq("-source", "17")

libraryDependencies ++= Seq(
//https://github.com/FasterXML/jackson-core
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.0",
"org.slf4j" % "slf4j-api" % "2.0.10",
"ch.qos.logback" % "logback-classic" % "1.4.14" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test
Expand Down

0 comments on commit 0a8672f

Please sign in to comment.