Skip to content

Commit

Permalink
chore(backend): update dependency guardian to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jul 3, 2024
1 parent d51155d commit ef5d1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule Api.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:gettext, "~> 0.20"},
{:jason, "~> 1.0"},
{:guardian, "~> 1.2.1"},
{:guardian, "~> 2.3.0"},
{:cors_plug, "~> 2.0"},
{:plug_cowboy, "~> 2.6.0", override: true},
{:reverse_proxy_plug, "~> 2.1.1"},
Expand Down
2 changes: 1 addition & 1 deletion apps/core/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defmodule Core.MixProject do
{:bourne, "~> 1.1"},
{:flow, "~> 0.15.0"},
{:joken, "~> 2.5.0"},
{:guardian, "~> 1.2.1"},
{:guardian, "~> 2.3.0"},
{:arc, "~> 0.11.0"},
{:arc_gcs, "~> 0.2.0"},
{:porcelain, "~> 2.0"},
Expand Down

0 comments on commit ef5d1fe

Please sign in to comment.