Skip to content

Commit

Permalink
bump: update gson from 2.10.1 to 2.11.0 (#4407)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 13, 2024
1 parent 7638ab4 commit 2e7dcc1
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.10.1" % "test"
val gson = "com.google.code.gson" % "gson" % "2.11.0" % "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 2e7dcc1

Please sign in to comment.