From f82611dcb98cdf45d2177ef00d9a0544c17bbbbb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 09:44:56 +0000 Subject: [PATCH] Update jackson-module-scala to 2.16.1 in 2.12.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e1d7d3d6c73..b70db5b00fcb 100644 --- a/build.sbt +++ b/build.sbt @@ -413,7 +413,7 @@ lazy val compilerOptionsExporter = Project("compilerOptionsExporter", file(".") .settings(disablePublishing) .settings( libraryDependencies ++= { - val jacksonVersion = "2.15.3" + val jacksonVersion = "2.16.1" Seq( "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion, "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion,