Update gson to 2.13.2 (#2190)

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-09-11 17:10:37 +08:00 committed by GitHub
parent 4405e736c1
commit 38b52eab96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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