Merge pull request #11057 from lafirest/bump_ecql_51

chore: bump ecql for obfuscate sensitive data to avoid leakage
This commit is contained in:
lafirest 2023-06-15 10:54:31 +08:00 committed by GitHub
commit 17a1b8becf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang; -*-
{erl_opts, [debug_info]}.
{deps, [ {ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.5.1"}}}
{deps, [ {ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.5.2"}}}
, {emqx_connector, {path, "../../apps/emqx_connector"}}
, {emqx_resource, {path, "../../apps/emqx_resource"}}
, {emqx_bridge, {path, "../../apps/emqx_bridge"}}

View File

@ -0,0 +1 @@
Bump Cassandra driver to avoid sensitive data leakages.