From be47fe49ad75d304aa32b5ed77fc799c64460b32 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 5 Apr 2024 13:31:33 +0200 Subject: [PATCH] chore: bump ecql version to 0.7.0 PR: https://github.com/emqx/ecql/pull/13 No functional changes, just switch gen_fsm to gen_statem. --- apps/emqx_bridge_cassandra/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_bridge_cassandra/rebar.config b/apps/emqx_bridge_cassandra/rebar.config index e98146d78..13f95139c 100644 --- a/apps/emqx_bridge_cassandra/rebar.config +++ b/apps/emqx_bridge_cassandra/rebar.config @@ -2,7 +2,7 @@ {erl_opts, [debug_info]}. {deps, [ - {ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.6.1"}}}, + {ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.7.0"}}}, {emqx_connector, {path, "../../apps/emqx_connector"}}, {emqx_resource, {path, "../../apps/emqx_resource"}}, {emqx_bridge, {path, "../../apps/emqx_bridge"}}