]> granicus.if.org Git - ejabberd/commitdiff
Update stun and esip dependencies
authorMickael Remond <mremond@process-one.net>
Wed, 27 Apr 2016 10:19:55 +0000 (12:19 +0200)
committerMickael Remond <mremond@process-one.net>
Wed, 27 Apr 2016 10:19:55 +0000 (12:19 +0200)
mix.lock
rebar.config

index 6cc41bbac0b5f77f3279352827cf49af507f5e5c..defb6f10c11c17a60b7714187004ca57473c7913 100644 (file)
--- a/mix.lock
+++ b/mix.lock
@@ -3,10 +3,10 @@
   "cf": {:hex, :cf, "0.2.1"},
   "eredis": {:hex, :eredis, "1.0.8"},
   "erlware_commons": {:hex, :erlware_commons, "0.19.0"},
-  "esip": {:hex, :esip, "1.0.2"},
+  "esip": {:hex, :esip, "1.0.3"},
   "exrm": {:hex, :exrm, "1.0.3"},
   "ezlib": {:hex, :ezlib, "1.0.1"},
-  "fast_tls": {:hex, :fast_tls, "1.0.1"},
+  "fast_tls": {:hex, :fast_tls, "1.0.2"},
   "fast_xml": {:hex, :fast_xml, "1.1.11"},
   "fast_yaml": {:hex, :fast_yaml, "1.0.3"},
   "getopt": {:hex, :getopt, "0.8.2"},
@@ -20,7 +20,7 @@
   "p1_utils": {:hex, :p1_utils, "1.0.3"},
   "p1_xmlrpc": {:hex, :p1_xmlrpc, "1.15.1"},
   "providers": {:hex, :providers, "1.6.0"},
-  "relx": {:hex, :relx, "3.18.0"},
+  "relx": {:hex, :relx, "3.19.0"},
   "sqlite3": {:hex, :sqlite3, "1.1.5"},
   "stringprep": {:hex, :stringprep, "1.0.3"},
-  "stun": {:hex, :stun, "1.0.1"}}
+  "stun": {:hex, :stun, "1.0.2"}}
index 89961f62771140f160cafb6b5a1c9f0c20045b2b..c0f7adf4be0d3054ac405206ca249c8231e50ef6 100644 (file)
@@ -13,8 +13,8 @@
         {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.2"}}},
         {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.3"}}},
         {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}},
-        {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},
-        {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.2"}}},
+        {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.2"}}},
+        {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.3"}}},
         {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.3"}}},
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},