Skip to content

Commit

Permalink
bump: update gson from 2.11.0 to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 11, 2025
1 parent 81487f3 commit c8c3a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Dependencies {

object Docs {
val sprayJson = Compile.sprayJson % "test"
val gson = "com.google.code.gson" % "gson" % "2.11.0" % "test"
val gson = "com.google.code.gson" % "gson" % "2.12.1" % "test"
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonXmlVersion % "test" // ApacheV2
val reflections = "org.reflections" % "reflections" % "0.10.2" % "test" // WTFPL
}
Expand Down

0 comments on commit c8c3a20

Please sign in to comment.