diff --git a/gg/rebar.config b/gg/rebar.config index d7fd72c..e29c723 100644 --- a/gg/rebar.config +++ b/gg/rebar.config @@ -2,9 +2,10 @@ %% SPDX-License-Identifier: Apache-2.0 {deps, [ - {emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx"}}, - {emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx_ctl"}}, - {emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx_utils"}} + {emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx"}}, + {emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_ctl"}}, + {emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_utils"}}, + {emqx_durable_storage, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_durable_storage"}} ]}. {relx, [