Update gson to 2.8.9 (#30867)

This commit is contained in:
Scala Steward 2021-11-08 10:33:05 +01:00 committed by GitHub
parent d98a2ba6c4
commit 8eeaf231ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ object Dependencies {
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % "test"
val gson = "com.google.code.gson" % "gson" % "2.8.8" % "test"
val gson = "com.google.code.gson" % "gson" % "2.8.9" % "test"
}
object Test {