This is an automated email from the ASF dual-hosted git repository.
nickva 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 4ee0561af Update jiffy, gun and ibrowse
4ee0561af is described below
commit 4ee0561afb6995782cc0fa47e3ef083c76333e24
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..ead553083 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-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"}}