From 5cf02630537c3b4ca51b185d220ef6bd883020a4 Mon Sep 17 00:00:00 2001 From: jonas-martinez Date: Tue, 3 Jan 2023 14:39:19 +0100 Subject: [PATCH] feat: Update dependencies --- apps/lenra/mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/lenra/mix.exs b/apps/lenra/mix.exs index 0be9a405..e90645f2 100644 --- a/apps/lenra/mix.exs +++ b/apps/lenra/mix.exs @@ -50,7 +50,7 @@ defmodule Lenra.MixProject do {:libcluster, "~> 3.3"}, {:application_runner, git: "https://github.com/lenra-io/application-runner.git", - tag: "v1.0.0-beta.97", + tag: "v1.0.0-beta.98", submodules: true}, {:lenra_common, git: "https://github.com/lenra-io/lenra-common.git", tag: "v2.4.0"} diff --git a/mix.lock b/mix.lock index 99eec767..ddf4a282 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "application_runner": {:git, "https://github.com/lenra-io/application-runner.git", "39fd75e1742fc48b246fe1b61b78a8b356c1532a", [tag: "v1.0.0-beta.97", submodules: true]}, + "application_runner": {:git, "https://github.com/lenra-io/application-runner.git", "a9291140c9f9729d367a992727d58f03ed0c13e9", [tag: "v1.0.0-beta.98", submodules: true]}, "argon2_elixir": {:hex, :argon2_elixir, "2.4.1", "edb27bdd326bc738f3e4614eddc2f73507be6fedc9533c6bcc6f15bbac9c85cc", [:make, :mix], [{:comeonin, "~> 5.3", [hex: :comeonin, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "0e21f52a373739d00bdfd5fe6da2f04eea623cb4f66899f7526dd9db03903d9f"}, "bamboo": {:hex, :bamboo, "2.2.0", "f10a406d2b7f5123eb1f02edfa043c259db04b47ab956041f279eaac776ef5ce", [:mix], [{:hackney, ">= 1.15.2", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mime, "~> 1.4", [hex: :mime, repo: "hexpm", optional: false]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "8c3b14ba7d2f40cb4be04128ed1e2aff06d91d9413d38bafb4afccffa3ade4fc"}, "bamboo_smtp": {:hex, :bamboo_smtp, "4.2.2", "e9f57a2300df9cb496c48751bd7668a86a2b89aa2e79ccaa34e0c46a5f64c3ae", [:mix], [{:bamboo, "~> 2.2.0", [hex: :bamboo, repo: "hexpm", optional: false]}, {:gen_smtp, "~> 1.2.0", [hex: :gen_smtp, repo: "hexpm", optional: false]}], "hexpm", "28cac2ec8adaae02aed663bf68163992891a3b44cfd7ada0bebe3e09bed7207f"},