This is an automated email from the ASF dual-hosted git repository.

vatamane 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 b830fffcd Update mochiweb to v3.3.0
b830fffcd is described below

commit b830fffcd8281f20249f749fc603e2aab66d95e0
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Sep 17 15:10:08 2025 -0400

    Update mochiweb to v3.3.0
    
    It fixed a few deprecation warnings in tests and removes support for OTP 18 
and
    19: https://github.com/mochi/mochiweb/releases/tag/v3.3.0
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index b5a933036..3233174ec 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -160,7 +160,7 @@ DepDescs = [
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-6"}},
 {gun,              "gun",              {tag, "2.2.0-couchdb"}},
 {jiffy,            "jiffy",            {tag, "1.1.2"}},
-{mochiweb,         "mochiweb",         {tag, "v3.2.2"}},
+{mochiweb,         "mochiweb",         {tag, "v3.3.0"}},
 {meck,             "meck",             {tag, "1.0.0"}},
 {recon,            "recon",            {tag, "2.5.6"}}
 ].

Reply via email to