Skip to content

Commit 94567f7

Browse files
Update gson to 2.14.0
1 parent 64f73ce commit 94567f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ lazy val liveactivities = lambda("liveactivities", "liveactivities", Some("com.g
488488
ExclusionRule(organization = "com.typesafe.play")
489489
),
490490
dependencyOverrides ++= Seq(
491-
"com.google.code.gson" % "gson" % "2.10.1", // can be removed once pushy is removed.
491+
"com.google.code.gson" % "gson" % "2.14.0", // can be removed once pushy is removed.
492492
),
493493
fork := true,
494494
startDynamoDBLocal := startDynamoDBLocal.dependsOn(Test / compile).value,

0 commit comments

Comments
 (0)