Skip to content

Commit

Permalink
Merge pull request #10664 from scala-steward/update/2.12.x/jackson-mo…
Browse files Browse the repository at this point in the history
…dule-scala-2.16.1

Update jackson-module-scala to 2.16.1 in 2.12.x
  • Loading branch information
SethTisue committed Jan 13, 2024
2 parents 81adeb5 + f82611d commit 1cac32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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,
Expand Down

0 comments on commit 1cac32d

Please sign in to comment.