Skip to content

Commit

Permalink
Update jawn-parser to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 63f90bf commit 2210d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object Dependencies {

val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.15.1"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.4.0"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.5.1"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.92.Final"

private val bouncycastleVersion = "1.70"
Expand Down

0 comments on commit 2210d67

Please sign in to comment.