From dbe1282d32f13c0768b2dbe3cce87a59f622a674 Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Mon, 7 Feb 2022 12:36:58 +0100 Subject: [PATCH] chore(mria): Bump version to 0.2.0 --- apps/emqx/rebar.config | 2 +- mix.exs | 4 ++-- rebar.config | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index 78d05b194..6c50822ef 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -22,7 +22,7 @@ , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.24.0"}}} , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {tag, "2.0.4"}}} , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} - , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.16.0"}}} + , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.18.0"}}} ]}. {plugins, [{rebar3_proper, "0.12.1"}]}. diff --git a/mix.exs b/mix.exs index dba14223d..f774cf587 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,7 @@ defmodule EMQXUmbrella.MixProject do {:jiffy, github: "emqx/jiffy", tag: "1.0.5", override: true}, {:cowboy, github: "emqx/cowboy", tag: "2.9.0", override: true}, {:esockd, github: "emqx/esockd", tag: "5.9.0", override: true}, - {:mria, github: "emqx/mria", tag: "0.1.5", override: true}, + {:mria, github: "emqx/mria", tag: "0.2.0", override: true}, {:ekka, github: "emqx/ekka", tag: "0.11.3", override: true}, {:gen_rpc, github: "emqx/gen_rpc", tag: "2.8.0", override: true}, {:minirest, github: "emqx/minirest", tag: "1.2.11", override: true}, @@ -67,7 +67,7 @@ defmodule EMQXUmbrella.MixProject do {:system_monitor, github: "k32/system_monitor", tag: "3.0.0"}, # in conflict by emqtt and hocon {:getopt, "1.0.2", override: true}, - {:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.16.0", override: true}, + {:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.18.0", override: true}, {:hocon, github: "emqx/hocon", tag: "0.24.0", override: true}, {:emqx_http_lib, github: "emqx/emqx_http_lib", tag: "0.4.1", override: true}, {:esasl, github: "emqx/esasl", tag: "0.2.0"}, diff --git a/rebar.config b/rebar.config index 28c9707fb..ccdac68c2 100644 --- a/rebar.config +++ b/rebar.config @@ -53,7 +53,7 @@ , {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}} , {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}} , {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.0"}}} - , {mria, {git, "https://github.com/emqx/mria", {tag, "0.1.5"}}} + , {mria, {git, "https://github.com/emqx/mria", {tag, "0.2.0"}}} , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.11.3"}}} , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.8.0"}}} , {minirest, {git, "https://github.com/emqx/minirest", {tag, "1.2.11"}}} @@ -65,7 +65,7 @@ , {observer_cli, "1.7.1"} % NOTE: depends on recon 2.5.x , {system_monitor, {git, "https://github.com/k32/system_monitor", {tag, "3.0.0"}}} , {getopt, "1.0.2"} - , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.16.0"}}} + , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.18.0"}}} , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.24.0"}}} , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.1"}}} , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}}