Skip to content

Commit

Permalink
update json for dependabot alert
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic committed Oct 17, 2023
1 parent f9ed8a8 commit 9bdb205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ object Dependencies {
"org.yaml" % "snakeyaml" % "1.33",
// workbench-google2 has jose4j as a dependency; directly updating to a non-vulnerable version until workbench-google2 updates
"org.bitbucket.b_c" % "jose4j" % "0.9.3",
"io.grpc" % "grpc-xds" % "1.56.1"
"io.grpc" % "grpc-xds" % "1.56.1",
"org.json" % "json" % "20231013"
)

val rootDependencies: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 9bdb205

Please sign in to comment.