Skip to content

Commit 3d6af30

Browse files
committed
chore(deps): Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2
1 parent 5e40e3d commit 3d6af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val baseSettings = Seq(
4444
scalatest.scalatest % Test
4545
),
4646
dependencyOverrides ++= Seq(
47-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.11.0"
47+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2"
4848
),
4949
Test / publishArtifact := false,
5050
Test / fork := true,

0 commit comments

Comments
 (0)