Merge pull request #11057 from lafirest/bump_ecql_51
chore: bump ecql for obfuscate sensitive data to avoid leakage
This commit is contained in:
commit
17a1b8becf
|
@ -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"}}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Bump Cassandra driver to avoid sensitive data leakages.
|
Loading…
Reference in New Issue