Update gson to 2.13.0 (#1813)

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-04-13 11:11:07 +02:00 committed by GitHub
parent ae10728b5b
commit 811f6906ad
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.12.1" % Test
val gson = "com.google.code.gson" % "gson" % "2.13.0" % Test
}
object TestDependencies {