Skip to content

Commit d1ad3f8

Browse files
bump: update gson from 2.11.0 to 2.13.0 (#4482)
1 parent a110fe9 commit d1ad3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

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

6363
object Docs {
6464
val sprayJson = Compile.sprayJson % "test"
65-
val gson = "com.google.code.gson" % "gson" % "2.11.0" % "test"
65+
val gson = "com.google.code.gson" % "gson" % "2.13.0" % "test"
6666
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test" // ApacheV2
6767
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test" // WTFPL
6868
}

0 commit comments

Comments
 (0)