Skip to content

Commit 7ab1c16

Browse files
chore(backend): update dependency guardian to v2
1 parent b64d78f commit 7ab1c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/api/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ defmodule Api.MixProject do
7272
{:phoenix_live_reload, "~> 1.2", only: :dev},
7373
{:gettext, "~> 0.20"},
7474
{:jason, "~> 1.0"},
75-
{:guardian, "~> 1.2.1"},
75+
{:guardian, "~> 2.3.0"},
7676
{:cors_plug, "~> 2.0"},
7777
{:plug_cowboy, "~> 2.6.0", override: true},
7878
{:reverse_proxy_plug, "~> 2.1.1"},

apps/core/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ defmodule Core.MixProject do
7878
{:bourne, "~> 1.1"},
7979
{:flow, "~> 0.15.0"},
8080
{:joken, "~> 2.5.0"},
81-
{:guardian, "~> 1.2.1"},
81+
{:guardian, "~> 2.3.0"},
8282
{:arc, "~> 0.11.0"},
8383
{:arc_gcs, "~> 0.2.0"},
8484
{:porcelain, "~> 2.0"},

0 commit comments

Comments
 (0)