diff --git a/apps/lenra/mix.exs b/apps/lenra/mix.exs index 39d7504c..009a12c1 100644 --- a/apps/lenra/mix.exs +++ b/apps/lenra/mix.exs @@ -50,7 +50,7 @@ defmodule Lenra.MixProject do {:libcluster, "~> 3.3.1"}, {:application_runner, git: "https://github.com/lenra-io/application-runner.git", - ref: "v1.0.0-alpha.9", + ref: "v1.0.0-alpha.11", submodules: true}, {:lenra_common, git: "https://github.com/lenra-io/lenra-common.git", tag: "v2.6.0"} ] diff --git a/mix.lock b/mix.lock index 1233e6f5..a1894a82 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "application_runner": {:git, "https://github.com/lenra-io/application-runner.git", "f01a81de6e7e86a7a61ba598057661153ae0bf21", [ref: "v1.0.0-alpha.9", submodules: true]}, + "application_runner": {:git, "https://github.com/lenra-io/application-runner.git", "ba0051bd6d5291c9c9d52cc5ee797151b99ebbfc", [ref: "v1.0.0-alpha.11", submodules: true]}, "argon2_elixir": {:hex, :argon2_elixir, "3.0.0", "fd4405f593e77b525a5c667282172dd32772d7c4fa58cdecdaae79d2713b6c5f", [:make, :mix], [{:comeonin, "~> 5.3", [hex: :comeonin, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "8b753b270af557d51ba13fcdebc0f0ab27a2a6792df72fd5a6cf9cfaffcedc57"}, "artificery": {:hex, :artificery, "0.4.3", "0bc4260f988dcb9dda4b23f9fc3c6c8b99a6220a331534fdf5bf2fd0d4333b02", [:mix], [], "hexpm", "12e95333a30e20884e937abdbefa3e7f5e05609c2ba8cf37b33f000b9ffc0504"}, "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"},