From c4f7beb7dd35f29676200bf0773a2e4f29bcd47c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:09:49 +0000 Subject: [PATCH] chore(deps): update dependency gettext to ~> 0.23 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 58533f7..7ec1772 100644 --- a/mix.exs +++ b/mix.exs @@ -44,7 +44,7 @@ defmodule Ketbin.MixProject do {:phoenix_live_dashboard, "~> 0.5"}, {:telemetry_metrics, "~> 0.6"}, {:telemetry_poller, "~> 0.5"}, - {:gettext, "~> 0.18"}, + {:gettext, "~> 0.23"}, {:jason, "~> 1.2"}, {:plug_cowboy, "~> 2.5"}, {:cors_plug, "~> 3.0"},