aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2021-10-09 10:56:30 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2021-10-09 10:56:30 +0200
commit6b0fa44386709151bb48ad9284a060888b7c5c54 (patch)
treefc6c73e3e761f5aefacb5443b266d49055188067 /mix.exs
parentGithub Actions: use MD5 pass encryption to support PostgreSQL 14 (#3691) (diff)
Update 'xmpp' dependency
Fixes #3529.
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 0b5d40b09..021de5e2b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -124,7 +124,7 @@ defmodule Ejabberd.MixProject do
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"},
{:stun, "~> 1.0"},
- {:xmpp, git: "https://github.com/processone/xmpp", ref: "e943c0285aa85e3cbd4bfb9259f6b7de32b00395", override: true},
+ {:xmpp, git: "https://github.com/processone/xmpp", ref: "3f18c9e6b239c3a8a4d82dc478b26565037b7247", override: true},
{:yconf, "~> 1.0"}]
++ cond_deps()
end