You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/01/18 18:25:13 UTC

[couchdb] branch main updated: Bump recon to 2.5.3

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 4b2d3dc62 Bump recon to 2.5.3
4b2d3dc62 is described below

commit 4b2d3dc6253c821c443bc1e1b4540cf76d848908
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed Jan 18 11:08:55 2023 -0500

    Bump recon to 2.5.3
    
    Changes since 2.5.2: https://github.com/ferd/recon/compare/2.5.2...2.5.3
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 028aabe8f..2bdb17a49 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -156,7 +156,7 @@ DepDescs = [
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-2"}},
 {mochiweb,         "mochiweb",         {tag, "v3.1.1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
-{recon,            "recon",            {tag, "2.5.2"}}
+{recon,            "recon",            {tag, "2.5.3"}}
 ].
 
 WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}.