Skip to content

Commit

Permalink
gax: Update poison to >= 3.0.0 and <= 5.0.0
Browse files Browse the repository at this point in the history
By allowing 5.0.0 we can avoid some vulnerabilities.

Ref: googleapis#10753
  • Loading branch information
Raphexion committed Jul 4, 2023
1 parent 4c76cd5 commit c2bc5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/gax/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule GoogleApi.Gax.MixProject do
[
{:tesla, "~> 1.2"},
{:mime, "~> 1.0"},
{:poison, ">= 3.0.0 and < 5.0.0"},
{:poison, ">= 3.0.0 and <= 5.0.0"},
{:ex_doc, "~> 0.16", only: :dev},
{:dialyxir, "~> 0.5", only: [:dev], runtime: false}
]
Expand Down

0 comments on commit c2bc5da

Please sign in to comment.