Skip to content

Commit

Permalink
Update jackson-core, jackson-databind to 2.18.1 (#1793)
Browse files Browse the repository at this point in the history
Co-authored-by: Bekir Oguz <[email protected]>
  • Loading branch information
scala-steward and bekiroguz authored Nov 6, 2024
1 parent 25365c1 commit 8394239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ object Dependencies {

val snakeYaml = "org.yaml" % "snakeyaml" % "2.3"

val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.17.2"
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.114.Final"

Expand Down

0 comments on commit 8394239

Please sign in to comment.