perf: upgrade mongodb-erlang to v3.0.23

Fixes: EMQX-11825
This commit is contained in:
Serge Tupchii 2024-02-08 20:00:26 +02:00
parent 811edb32a2
commit c9ee5addb4
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
{deps, [
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
{mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.22"}}}
{mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.23"}}}
]}.