diff --git a/apps/api_web/mix.exs b/apps/api_web/mix.exs index 05c000f38..6f16e58d4 100644 --- a/apps/api_web/mix.exs +++ b/apps/api_web/mix.exs @@ -83,7 +83,7 @@ defmodule ApiWeb.Mixfile do {:stream_data, "~> 1.2", only: :test}, {:sobelow, "~> 0.11", only: :dev, runtime: false}, {:recaptcha, git: "https://github.com/samueljseay/recaptcha.git", ref: "71cd746be987f6834c1a933f5d2f934350e55060"}, - {:sentry, "~> 11.0"}, + {:sentry, "~> 13.0"}, {:qr_code, "~> 3.0"}, {:nimble_totp, "~> 1.0"} ]