aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
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 /rebar.config
parentGithub Actions: use MD5 pass encryption to support PostgreSQL 14 (#3691) (diff)
Update 'xmpp' dependency
Fixes #3529.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index a70ccfba3..1f1710bf9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -59,7 +59,7 @@
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.27"}}},
{if_var_true, stun,
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.44"}}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "e943c0285aa85e3cbd4bfb9259f6b7de32b00395"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "3f18c9e6b239c3a8a4d82dc478b26565037b7247"}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}}
]}.