Skip to content

Commit

Permalink
Merge pull request #629 from typelevel/update/gson-2.11.0
Browse files Browse the repository at this point in the history
Update gson to 2.11.0
  • Loading branch information
rossabaker authored May 20, 2024
2 parents 4cdde3f + 04c2f05 commit 704a705
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.17.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1",
"com.google.code.gson" % "gson" % "2.10.1"
"com.google.code.gson" % "gson" % "2.11.0"
)
else Nil
}
Expand Down

0 comments on commit 704a705

Please sign in to comment.