This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-mochiweb-to-v3.3.0 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d3a2d82cef5c758095255cb74139d4aa466f4d55 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"}} ].
