From 8d5241b1d059bad0e63bf0cda124055032b7f8e0 Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Tue, 8 Feb 2022 18:21:24 +0100 Subject: [PATCH] chore(system_monitor): Bump version to 3.0.2 This version optimizes inserts into the postgres database --- mix.exs | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index e38a0f12c..1c1098d40 100644 --- a/mix.exs +++ b/mix.exs @@ -64,7 +64,7 @@ defmodule EMQXUmbrella.MixProject do {:emqtt, github: "emqx/emqtt", tag: "1.4.3", override: true}, {:rulesql, github: "emqx/rulesql", tag: "0.1.4"}, {:observer_cli, "1.7.1"}, - {:system_monitor, github: "k32/system_monitor", tag: "3.0.1"}, + {:system_monitor, github: "k32/system_monitor", tag: "3.0.2"}, # in conflict by emqtt and hocon {:getopt, "1.0.2", override: true}, {:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.18.0", override: true}, diff --git a/rebar.config b/rebar.config index ab192d81d..1389a54c5 100644 --- a/rebar.config +++ b/rebar.config @@ -63,7 +63,7 @@ , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.3"}}} , {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.4"}}} , {observer_cli, "1.7.1"} % NOTE: depends on recon 2.5.x - , {system_monitor, {git, "https://github.com/k32/system_monitor", {tag, "3.0.1"}}} + , {system_monitor, {git, "https://github.com/k32/system_monitor", {tag, "3.0.2"}}} , {getopt, "1.0.2"} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.18.0"}}} , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.24.0"}}}