We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e40e3d commit 3d6af30Copy full SHA for 3d6af30
build.sbt
@@ -44,7 +44,7 @@ lazy val baseSettings = Seq(
44
scalatest.scalatest % Test
45
),
46
dependencyOverrides ++= Seq(
47
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.11.0"
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2"
48
49
Test / publishArtifact := false,
50
Test / fork := true,
0 commit comments