This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch bump-ibrowse-4.4.2-5 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 625623dafd5f8d277816441a87d87f482d7fa6b3 Author: Nick Vatamaniuc <vatam...@gmail.com> AuthorDate: Mon Jun 7 18:57:24 2021 -0400 Bump ibrowse to 4.4.2-5 Previously, in 4.4.2-4 ibrowse upstream rebase also included the commit which unconditionally unquoted userinfo credentials. Since we know have a better way of handing basic auth creds bump ibrowse with a rebase which doesn't include that commit. --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index ceba35b..a7d9992 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -151,7 +151,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-4"}}, +{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-5"}}, {jaeger_passage, "jaeger-passage", {tag, "CouchDB-0.1.14-4"}}, {jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}}, {local, "local", {tag, "0.2.1"}},