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.
2 parents dddddd0 + e96ca68 commit 99d4437Copy full SHA for 99d4437
1 file changed
build.sbt
@@ -20,7 +20,7 @@ ThisBuild / packageOptions += FixedTimestamp(Package.keepTimestamps)
20
ThisBuild / libraryDependencySchemes +=
21
"org.scala-lang.modules" %% "scala-java8-compat" % VersionScheme.Always
22
23
-lazy val jacksonVersion = "2.21.1"
+lazy val jacksonVersion = "2.21.4"
24
lazy val jacksonAnnotationsVersion = "2.21"
25
lazy val jacksonOverrides = Seq(
26
"com.fasterxml.jackson.core" % "jackson-core",
0 commit comments