Update gson to 2.8.7 (#30296)

This commit is contained in:
Scala Steward 2021-07-07 13:07:57 +02:00 committed by GitHub
parent 3a3e643e07
commit 3594faf646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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