From 6d05674c979a8c42edb526bef3a538572e165272 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 24 Jun 2024 18:36:12 +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 5a0055474..33da122f1 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},