Skip to content

Commit b8e1959

Browse files
Update gson to 2.14.0 (#1020)
1 parent 17ff2f7 commit b8e1959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ object Dependencies {
7171

7272
object Docs {
7373
val sprayJson = Compile.sprayJson % "test"
74-
val gson = "com.google.code.gson" % "gson" % "2.13.2" % "test"
74+
val gson = "com.google.code.gson" % "gson" % "2.14.0" % "test"
7575
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test"
7676
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test"
7777
}

0 commit comments

Comments
 (0)