Skip to content

Commit

Permalink
Merge pull request #672 from typelevel/update/gson-2.12.1
Browse files Browse the repository at this point in the history
Update gson to 2.12.1
  • Loading branch information
rossabaker authored Jan 31, 2025
2 parents 0436ee7 + 4c0b849 commit ec3f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= {
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2",
"com.google.code.gson" % "gson" % "2.12.0"
"com.google.code.gson" % "gson" % "2.12.1"
)
else Nil
}
Expand Down

0 comments on commit ec3f852

Please sign in to comment.