Merge pull request #11035 from lafirest/bump_ecql

chore: bump ecql for obfuscate sensitive data to avoid leakage
This commit is contained in:
lafirest 2023-06-14 10:06:57 +08:00 committed by GitHub
commit d74a55fb0b
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.