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 2022/05/06 17:22:12 UTC

[couchdb] branch 3.x updated: Bump mochiweb to include the {shutdown, Error} in acceptor recycler

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

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


The following commit(s) were added to refs/heads/3.x by this push:
     new 3bdbcf537 Bump mochiweb to include the {shutdown, Error} in acceptor recycler
3bdbcf537 is described below

commit 3bdbcf53715ed7ef98899891147affca2f3b33dc
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri May 6 12:41:00 2022 -0400

    Bump mochiweb to include the {shutdown, Error} in acceptor recycler
    
    https://github.com/apache/couchdb-mochiweb/commit/077b4f801ba8f853a9649a9c0f055b8e4f33dcca
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index da3fc58a1..955b6fa0a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -162,7 +162,7 @@ DepDescs = [
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-1"}},
-{mochiweb,         "mochiweb",         {tag, "CouchDB-v2.21.0-1"}},
+{mochiweb,         "mochiweb",         {tag, "CouchDB-v2.22.0-2"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}
 ].