You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/08/16 07:30:15 UTC

[couchdb] 01/01: Update couchdb-mochiweb to v3.1.0

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

ronny pushed a commit to branch update-couchdb-mochiweb
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit edb03a5cbe0746af8db09749ab62fa10549e560e
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Tue Aug 16 09:29:16 2022 +0200

    Update couchdb-mochiweb to v3.1.0
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 12b6bc861..2912f14b7 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -157,7 +157,7 @@ DepDescs = [
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
 {jiffy,            "jiffy",            {tag, "1.1.1"}},
-{mochiweb,         "mochiweb",         {tag, "v3.0.0"}},
+{mochiweb,         "mochiweb",         {tag, "v3.1.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}
 ].