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 fba94d6a8 Bump Fauxton to v1.3.0
fba94d6a8 is described below
commit fba94d6a851cf19da16895d91f797e7f81b3bdf4
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sun Nov 19 01:48:29 2023 -0500
Bump Fauxton to v1.3.0
---
rebar.config.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config.script b/rebar.config.script
index ce2a079ac..0dcd273f7 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,7 +151,7 @@ DepDescs = [
%% %% Non-Erlang deps
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.2.9"}, [raw]},
+ {tag, "v1.3.0"}, [raw]},
%% Third party deps
{hyper, "hyper", {tag, "CouchDB-2.2.0-7"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-5"}},