Skip to content

Commit 0156393

Browse files
committed
Update jackson-annotations, jackson-core to 2.13.0 in 2.12.x
1 parent a542f4b commit 0156393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ lazy val compilerOptionsExporter = Project("compilerOptionsExporter", file(".")
411411
.settings(disablePublishing)
412412
.settings(
413413
libraryDependencies ++= Seq(
414-
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.10",
415-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.10",
414+
"com.fasterxml.jackson.core" % "jackson-core" % "2.13.0",
415+
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.0",
416416
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10.8",
417417
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.9.10",
418418
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.10"

0 commit comments

Comments
 (0)