Skip to content

Commit

Permalink
Update gson to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jan 29, 2025
1 parent e9fe726 commit 296da62
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.11.0"
"com.google.code.gson" % "gson" % "2.12.0"
)
else Nil
}
Expand Down

0 comments on commit 296da62

Please sign in to comment.