diff --git a/mix.exs b/mix.exs index 5432b64ae..ebee54a55 100644 --- a/mix.exs +++ b/mix.exs @@ -67,7 +67,7 @@ defmodule EMQXUmbrella.MixProject do github: "emqx/emqtt", tag: "1.10.1", override: true, system_env: maybe_no_quic_env()}, {:rulesql, github: "emqx/rulesql", tag: "0.2.1"}, {:observer_cli, "1.7.1"}, - {:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.3"}, + {:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.5"}, {:telemetry, "1.1.0"}, # in conflict by emqtt and hocon {:getopt, "1.0.2", override: true}, diff --git a/rebar.config b/rebar.config index b260b366e..ba7cc63dc 100644 --- a/rebar.config +++ b/rebar.config @@ -94,7 +94,7 @@ {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.2.1"}}}, % NOTE: depends on recon 2.5.x {observer_cli, "1.7.1"}, - {system_monitor, {git, "https://github.com/ieQu1/system_monitor", {tag, "3.0.3"}}}, + {system_monitor, {git, "https://github.com/ieQu1/system_monitor", {tag, "3.0.5"}}}, {getopt, "1.0.2"}, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}}, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.42.2"}}},