This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-fauxton-and-meck in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b4bbfa820fa4d7ca8077323298f0ebd8e829d58b Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Oct 29 12:38:46 2025 -0400 Update deps: fauxton, meck and proper --- rebar.config.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config.script b/rebar.config.script index f0bd314e1..efc03a35e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -158,12 +158,12 @@ DepDescs = [ %% %% Non-Erlang deps {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, - {tag, "v1.3.4"}, [raw]}, + {tag, "v1.3.5"}, [raw]}, {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.3.0"}}, -{meck, "meck", {tag, "1.0.0"}}, +{meck, "meck", {tag, "v1.1.0"}}, {recon, "recon", {tag, "2.5.6"}} ]. @@ -171,7 +171,7 @@ WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}. OptionalDeps = case WithProper of true -> - [{proper, {url, "https://github.com/proper-testing/proper"}, "f2a44ee11a238c84403e72ee8ec68e6f65fd7e42"}]; + [{proper, {url, "https://github.com/proper-testing/proper"}, "v1.5.0"}]; false -> [] end.
