Skip to content

Commit

Permalink
Update gson to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Feb 2, 2025
1 parent 5cf14f5 commit 5e9b99d
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 @@ -117,7 +117,7 @@ object Dependencies {

object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
val gson = "com.google.code.gson" % "gson" % "2.12.0" % Test
val gson = "com.google.code.gson" % "gson" % "2.12.1" % Test
}

object TestDependencies {
Expand Down

0 comments on commit 5e9b99d

Please sign in to comment.