From 004a519882101f514237101a1eb2e7d0ca42234b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:26:41 +0000 Subject: [PATCH] Update gson to 2.14.0 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 8089082..f664335 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -16,7 +16,7 @@ libraryDependencies ++= { "com.fasterxml.jackson.core" % "jackson-annotations" % "2.21", "com.fasterxml.jackson.core" % "jackson-core" % "2.21.2", "com.fasterxml.jackson.core" % "jackson-databind" % "2.21.2", - "com.google.code.gson" % "gson" % "2.13.2" + "com.google.code.gson" % "gson" % "2.14.0" ) else Nil }