From b3708f49e4b3fe677d7e178f6cd231068799c27b Mon Sep 17 00:00:00 2001 From: JimMoen Date: Fri, 9 Dec 2022 17:37:23 +0800 Subject: [PATCH] chore: bump mongodb-erlang vsn --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 64e9f2dec..6c330b792 100644 --- a/rebar.config +++ b/rebar.config @@ -62,7 +62,7 @@ , {getopt, "1.0.1"} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.1"}}} , {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.3.2"}}} - , {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.15"}}} + , {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.16"}}} , {epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}} , {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.7"}}} ]}.