Skip to content

Commit 7636e2c

Browse files
committed
Update jackson-databind from 2.12.2 to 2.12.3
1 parent 95e0fc9 commit 7636e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
1717
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
1818
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
19-
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.2"
19+
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.3"
2020
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2121
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3" cross CrossVersion.full
2222
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.0.RELEASE"

0 commit comments

Comments
 (0)