summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-05-27 12:30:03 +0200
committerBadlop <badlop@process-one.net>2021-05-28 16:51:59 +0200
commit1befa8d8b775dee453c7e575b01f6a16872dfa4a (patch)
tree5f6db7dcf4f952ad5e3bde526746fc62ae205664 /mix.exs
parentmod_muc_room: Don't leak owner JIDs (#3615) (diff)
Update lager dependency from 3.6.10 to 3.9.1 to make Dialyzer happy
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 4200325c..ca4dbe20 100644
--- a/mix.exs
+++ b/mix.exs
@@ -99,7 +99,7 @@ defmodule Ejabberd.Mixfile do
{:idna, "~> 6.0"},
{:jiffy, "~> 1.0.5"},
{:jose, "~> 1.8"},
- {:lager, "~> 3.6.0"},
+ {:lager, "~> 3.9.1"},
{:mqtree, "~> 1.0"},
{:p1_acme, "~> 1.0"},
{:p1_mysql, "~> 1.0"},