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

commit b5f23602af0480689ff5491100b04df080b632e6
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Jun 8 18:36:32 2026 -0400

    Mochiweb 3.4.0
    
    It brings in OTP 29 support and make OTP 23 the minimum. We're already at 26
    minimum so it doesn't affect us.
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 92c8e47c6..510b0094c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -162,7 +162,7 @@ DepDescs = [
 {ibrowse,          "ibrowse",          {tag, "v4.5.0"}},
 {gun,              "gun",              {tag, "2.2.0-couchdb"}},
 {jiffy,            "jiffy",            {tag, "2.0.0"}},
-{mochiweb,         "mochiweb",         {tag, "v3.3.0"}},
+{mochiweb,         "mochiweb",         {tag, "v3.4.0"}},
 {meck,             "meck",             {tag, "v1.1.1"}},
 {recon,            "recon",            {tag, "2.5.6"}}
 ].

Reply via email to