You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/06/07 19:13:23 UTC

[couchdb] branch main updated: Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 193cad5  Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0
193cad5 is described below

commit 193cad54f63c6a80894a4a939d54a21eda7edd4e
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Jun 7 13:41:04 2021 -0400

    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
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index ca1774b..ceba35b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,11 +151,11 @@ 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"}},
 {jaeger_passage,   "jaeger-passage",   {tag, "CouchDB-0.1.14-4"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {local,            "local",            {tag, "0.2.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"}},
 {passage,          "passage",          {tag, "CouchDB-0.2.6-1"}},