From 4c0b8494a6edfb3ad93a2fb0ec74a6d494ed5532 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:18:42 +0000 Subject: [PATCH] Update gson to 2.12.1 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 1c3bd46..31989c1 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -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 }