Update gson to 2.12.0 (#1754)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2025-01-29 18:33:50 +01:00 committed by GitHub
parent b731dfd87f
commit 4b4cd2dcd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,7 @@ object Dependencies {
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
val gson = "com.google.code.gson" % "gson" % "2.11.0" % Test
val gson = "com.google.code.gson" % "gson" % "2.12.0" % Test
}
object TestDependencies {