Skip to content

Commit

Permalink
Update gson to 2.12.1 (#659)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Feb 2, 2025
1 parent e8fbec6 commit 6caad65
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 @@ -70,7 +70,7 @@ object Dependencies {

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

0 comments on commit 6caad65

Please sign in to comment.