Update gson to 2.8.7 (#30296)
This commit is contained in:
parent
3a3e643e07
commit
3594faf646
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue