From fccf463c257553c095f509c29469cccfb9a01515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:26:16 +0000 Subject: [PATCH] chore(deps): update dependency postgrex to == 0.19.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d58ee55..2eae1e3 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,7 @@ defmodule Eblog.Mixfile do [{:phoenix, "== 1.6.10"}, {:phoenix_pubsub, "== 1.1.2"}, {:phoenix_ecto, "== 3.6.0"}, - {:postgrex, "== 0.16.5"}, + {:postgrex, "== 0.19.1"}, {:phoenix_html, "== 2.14.3"}, {:phoenix_live_reload, "== 1.3.3", only: :dev}, {:gettext, "== 0.19.1"},