Skip to content

Commit

Permalink
bump: gson 2.11.0 (was 2.10.1) (#32424)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 21, 2024
1 parent 751ec3c commit 22c5c79
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 @@ -95,7 +95,7 @@ object Dependencies {
}
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
val gson = "com.google.code.gson" % "gson" % "2.10.1" % Test
val gson = "com.google.code.gson" % "gson" % "2.11.0" % Test
}

object TestDependencies {
Expand Down

0 comments on commit 22c5c79

Please sign in to comment.