summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2021-06-07 13:45:45 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-06-07 14:31:19 -0400
commit928fdc5251ee44547e811bf173b4c05dd1f9dff3 (patch)
treecd2f61bd7ec5fa70c1918d00bddfa5b7afd1a801
parent03ae4380854a13bba5f25c8e9502a21f3dfd77c7 (diff)
downloadcouchdb-928fdc5251ee44547e811bf173b4c05dd1f9dff3.tar.gz
Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0
* mochiweb : upgrade crypto functions to support OTP 23+ * ibrowse : update time functions and fix flaky unit test Backport of https://github.com/apache/couchdb/pull/3610
-rw-r--r--rebar.config.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 17785ef40..7247e8a36 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -159,9 +159,9 @@ DepDescs = [
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.4"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-7"}},
-{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-3"}},
+{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-4"}},
{jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}},
-{mochiweb, "mochiweb", {tag, "v2.20.0"}},
+{mochiweb, "mochiweb", {tag, "v2.21.0"}},
{meck, "meck", {tag, "0.9.2"}},
{recon, "recon", {tag, "2.5.0"}}
].
@@ -216,4 +216,4 @@ AddConfig = [
C = lists:foldl(fun({K, V}, CfgAcc) ->
lists:keystore(K, 1, CfgAcc, {K, V})
-end, CONFIG, AddConfig).
+end, CONFIG, AddConfig). \ No newline at end of file