From 37f9cdc93e220d4ac845e1356fa2d6013efcd911 Mon Sep 17 00:00:00 2001
From: "plural-renovate[bot]" <plural-renovate[bot]@users.noreply.github.com>
Date: Thu, 4 Jul 2024 00:59:01 +0000
Subject: [PATCH] chore(backend): update dependency ecto to ~> 3.11.0

---
 apps/core/mix.exs | 2 +-
 mix.exs           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/core/mix.exs b/apps/core/mix.exs
index 2a6f7098e..a30c5edee 100644
--- a/apps/core/mix.exs
+++ b/apps/core/mix.exs
@@ -65,7 +65,7 @@ defmodule Core.MixProject do
       {:sentry, "8.0.6"},
       {:ecto_sql, "~> 3.9.0"},
       {:libvault, "~> 0.2.0"},
-      {:ecto, "~> 3.9.0", override: true},
+      {:ecto, "~> 3.11.0", override: true},
       {:postgrex, ">= 0.0.0"},
       {:ex_machina, "~> 2.7.0", only: :test},
       {:comeonin, "~> 5.3.0"},
diff --git a/mix.exs b/mix.exs
index 0f46abf6d..af5886cce 100644
--- a/mix.exs
+++ b/mix.exs
@@ -52,7 +52,7 @@ defmodule Plural.MixProject do
       {:distillery, "~> 2.1"},
       {:x509, "~> 0.8.5"},
       {:shards, "~> 1.0"},
-      {:ecto, "~> 3.9.0", override: true},
+      {:ecto, "~> 3.11.0", override: true},
       {:hackney, "~> 1.18.1", override: true},
       {:absinthe_plug, "~> 1.5.8"},
       {:credo, "~> 1.6", only: [:dev, :test], runtime: false},