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/04 07:03:35 UTC

[couchdb] branch 3.x updated: Bump ibrowse to 4.4.2-3

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 e580d71  Bump ibrowse to 4.4.2-3
e580d71 is described below

commit e580d71a7dd59525d983c8b8d37333529a39de67
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Jun 4 02:27:31 2021 -0400

    Bump ibrowse to 4.4.2-3
    
    This is a backport of https://github.com/apache/couchdb/commit/e349128d21212e9ab9ca35e8a72c581b9b77ebb1 from main.
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 8e97674..54c7df4 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -159,7 +159,7 @@ 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-2"}},
+{ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-3"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {mochiweb,         "mochiweb",         {tag, "v2.20.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},