Skip to content

Commit 0218fe3

Browse files
Update gson to 2.13.0
1 parent d1bedc7 commit 0218fe3

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
@@ -70,7 +70,7 @@ object Dependencies {
7070

7171
object Docs {
7272
val sprayJson = Compile.sprayJson % "test"
73-
val gson = "com.google.code.gson" % "gson" % "2.12.1" % "test"
73+
val gson = "com.google.code.gson" % "gson" % "2.13.0" % "test"
7474
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test"
7575
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test"
7676
}

0 commit comments

Comments
 (0)