Skip to content

Commit

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

Update jackson-module-scala to 2.16.2 in 2.12.x
  • Loading branch information
SethTisue committed Mar 19, 2024
2 parents b75bdd2 + f89a90c commit 08c37ce
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.16.1"
val jacksonVersion = "2.16.2"
Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion,
Expand Down

0 comments on commit 08c37ce

Please sign in to comment.