This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch bump-ibrowse-and-jiffy in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit cff94564fc815e986e6bdf6285b4274ace3b5899 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sat Jun 13 17:30:10 2026 -0400 Update jiffy, gun and ibrowse Jiffy and ibrowse have OTP 29 support Gun has some security and other fixes (some in cowlib) --- rebar.config.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config.script b/rebar.config.script index b2727a550..fffc2572c 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -159,9 +159,9 @@ DepDescs = [ %% %% Non-Erlang deps {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.3.6"}, [raw]}, -{ibrowse, "ibrowse", {tag, "v4.5.0"}}, -{gun, "gun", {tag, "2.2.0-couchdb"}}, -{jiffy, "jiffy", {tag, "2.0.0"}}, +{ibrowse, "ibrowse", {tag, "CouchDB-4.5.0-1"}}, +{gun, "gun", {tag, "CouchDB-2.4.1"}}, +{jiffy, "jiffy", {tag, "2.0.1"}}, {mochiweb, "mochiweb", {tag, "v3.4.0"}}, {meck, "meck", {tag, "v1.1.1"}}, {recon, "recon", {tag, "2.5.6"}}
